aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2012-10-04 22:57:24 -0700
committerPaul Eggert2012-10-04 22:57:24 -0700
commit735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch)
tree94c73a545a14f064a9e30559089769f60dfbbf34 /etc
parentbe636386220e8a73b57b03572c625fa92bcf199a (diff)
downloademacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz
emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip
Spelling fixes.
Diffstat (limited to 'etc')
-rw-r--r--etc/ORG-NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 35aab7a0eef..c6851948368 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -65,12 +65,12 @@ See http://orgmode.org/elpa/
65 65
66*** Org Element 66*** Org Element
67 67
68 =org-element.el= is a toolbox for parsing and analysing "elements" 68 =org-element.el= is a toolbox for parsing and analyzing "elements"
69 in an Org-mode buffer. This has been written by Nicolas Goaziou 69 in an Org-mode buffer. This has been written by Nicolas Goaziou
70 and has been tested for quite some time. It is now part of Org's 70 and has been tested for quite some time. It is now part of Org's
71 core and many core functions rely on this package. 71 core and many core functions rely on this package.
72 72
73 Two functions might be particularily handy for users: 73 Two functions might be particularly handy for users:
74 =org-element-at-point= and =org-element-context=. 74 =org-element-at-point= and =org-element-context=.
75 75
76 See the docstrings for more details. 76 See the docstrings for more details.
@@ -539,7 +539,7 @@ supported.
539**** =:results org= now put results in a =#+BEGIN_SRC org= block 539**** =:results org= now put results in a =#+BEGIN_SRC org= block
540 540
541=:results org= used to put results in a =#+BEGIN_ORG= block but it now puts 541=:results org= used to put results in a =#+BEGIN_ORG= block but it now puts
542results in a =#+BEGIN_SRC org= block, wich comma-escaped lines. 542results in a =#+BEGIN_SRC org= block, with comma-escaped lines.
543 543
544=#+BEGIN_ORG= blocks are obsolete. 544=#+BEGIN_ORG= blocks are obsolete.
545 545
@@ -552,7 +552,7 @@ It used to exports the results of the code.
552**** New menu entry for [[doc::org-refile][org-refile]] 552**** New menu entry for [[doc::org-refile][org-refile]]
553**** Allow capturing to encrypted entries 553**** Allow capturing to encrypted entries
554 554
555If you capture to an encrypted entry, it will be decrpyted before 555If you capture to an encrypted entry, it will be decrypted before
556inserting the template then re-encrypted after finalizing the capture. 556inserting the template then re-encrypted after finalizing the capture.
557 557
558**** Inactive timestamps are now handled in tables 558**** Inactive timestamps are now handled in tables
@@ -932,7 +932,7 @@ that Calc formulas can operate on them.
932 932
933**** org-gnus.el now allows link creation from messages 933**** org-gnus.el now allows link creation from messages
934 934
935 You can now create links from messages. This is particularily 935 You can now create links from messages. This is particularly
936 useful when the user wants to stored messages that he sends, for 936 useful when the user wants to stored messages that he sends, for
937 later check. Thanks to Ulf Stegemann for the patch. 937 later check. Thanks to Ulf Stegemann for the patch.
938 938
@@ -1115,7 +1115,7 @@ that Calc formulas can operate on them.
1115 1115
1116*** Completion 1116*** Completion
1117 1117
1118**** In-buffer completion is now done using John Wiegleys pcomplete.el 1118**** In-buffer completion is now done using John Wiegley's pcomplete.el
1119 1119
1120 Thanks to John Wiegley for much of this code. 1120 Thanks to John Wiegley for much of this code.
1121 1121