aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-13 03:41:04 +0000
committerGlenn Morris2009-01-13 03:41:04 +0000
commita50253cc447deaa5cddd967d81b29092cd6b5ea1 (patch)
tree3cba688427f45bc5944115d0687b1563e269dfc7
parent07450bee1ca03956cc096964839a497c582c5f19 (diff)
downloademacs-a50253cc447deaa5cddd967d81b29092cd6b5ea1.tar.gz
emacs-a50253cc447deaa5cddd967d81b29092cd6b5ea1.zip
Fix some more typos.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/org.texi78
2 files changed, 43 insertions, 39 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index d51ab55db43..5d0abfe4633 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12009-01-13 Glenn Morris <rgm@gnu.org>
2
3 * org.texi: Fix some more typos.
4
12009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change) 52009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
2 6
3 * org.texi: Fix some typos. 7 * org.texi: Fix some typos.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 8c5731878e7..4bb5402265a 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -94,7 +94,7 @@ license to the document, as described in section 6 of the license.
94* Publishing:: Create a web site of linked Org files 94* Publishing:: Create a web site of linked Org files
95* Miscellaneous:: All the rest which did not fit elsewhere 95* Miscellaneous:: All the rest which did not fit elsewhere
96* Extensions:: Add-ons for Org mode 96* Extensions:: Add-ons for Org mode
97* Hacking:: How hack your way around 97* Hacking:: How to hack your way around
98* History and Acknowledgments:: How Org came into being 98* History and Acknowledgments:: How Org came into being
99* Main Index:: An index of Org's concepts and features 99* Main Index:: An index of Org's concepts and features
100* Key Index:: Key bindings and where they are described 100* Key Index:: Key bindings and where they are described
@@ -325,7 +325,7 @@ HTML export
325 325
326LaTeX and PDF export 326LaTeX and PDF export
327 327
328* LaTeX/PDF export commands:: Which key invode which commands 328* LaTeX/PDF export commands:: Which key invokes which commands
329* Quoting LaTeX code:: Incorporating literal LaTeX code 329* Quoting LaTeX code:: Incorporating literal LaTeX code
330* Sectioning structure:: Changing sectioning in LaTeX output 330* Sectioning structure:: Changing sectioning in LaTeX output
331* Tables in LaTeX export:: Options for exporting tables to LaTeX 331* Tables in LaTeX export:: Options for exporting tables to LaTeX
@@ -829,7 +829,7 @@ buffer:
829@end example 829@end example
830 830
831@noindent 831@noindent
832Forthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties 832Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
833and Columns}) will get their visibility adapted accordingly. Allowed values 833and Columns}) will get their visibility adapted accordingly. Allowed values
834for this property are @code{folded}, @code{children}, @code{content}, and 834for this property are @code{folded}, @code{children}, @code{content}, and
835@code{all}. 835@code{all}.
@@ -1226,7 +1226,7 @@ a right parenthesis, such as @samp{1.} or @samp{1)}.
1226@item 1226@item
1227@emph{Description} list items are like unordered list items, but contain the 1227@emph{Description} list items are like unordered list items, but contain the
1228separator @samp{ :: } to separate the description @emph{term} from the 1228separator @samp{ :: } to separate the description @emph{term} from the
1229desciption. 1229description.
1230@end itemize 1230@end itemize
1231 1231
1232Items belonging to the same list must have the same indentation on the first 1232Items belonging to the same list must have the same indentation on the first
@@ -1244,17 +1244,17 @@ Here is an example:
1244** Lord of the Rings 1244** Lord of the Rings
1245 My favorite scenes are (in this order) 1245 My favorite scenes are (in this order)
1246 1. The attack of the Rohirrim 1246 1. The attack of the Rohirrim
1247 2. Eowyns fight with the witch king 1247 2. Eowyn's fight with the witch king
1248 + this was already my favorite scene in the book 1248 + this was already my favorite scene in the book
1249 + I really like Miranda Otto. 1249 + I really like Miranda Otto.
1250 3. Peter Jackson being shot by Legolas 1250 3. Peter Jackson being shot by Legolas
1251 - on DVD only 1251 - on DVD only
1252 He makes a really funny face when it happens. 1252 He makes a really funny face when it happens.
1253 But in the end, not individual scenes matter but the film as a whole. 1253 But in the end, no individual scenes matter but the film as a whole.
1254 Important actors in this film are: 1254 Important actors in this film are:
1255 - @b{Elijah Wood} :: He plays the Frodo 1255 - @b{Elijah Wood} :: He plays Frodo
1256 - @b{Sean Austin} :: He plays the Sam, Frodos friend. I still remember 1256 - @b{Sean Austin} :: He plays Sam, Frodos friend. I still remember
1257 him very well from his role as Mikey Walsh a in the Goonies. 1257 him very well from his role as Mikey Walsh in the Goonies.
1258@end group 1258@end group
1259@end example 1259@end example
1260 1260
@@ -1588,7 +1588,7 @@ When current field is empty, copy from first non-empty field above. When not
1588empty, copy current field down to next row and move cursor along with it. 1588empty, copy current field down to next row and move cursor along with it.
1589Depending on the variable @code{org-table-copy-increment}, integer field 1589Depending on the variable @code{org-table-copy-increment}, integer field
1590values will be incremented during copy. Integers that are too large will not 1590values will be incremented during copy. Integers that are too large will not
1591be incremented. Also, a @code{0} prefix argument temporarily dispables the 1591be incremented. Also, a @code{0} prefix argument temporarily disables the
1592increment. This key is also used by CUA mode (@pxref{Cooperation}). 1592increment. This key is also used by CUA mode (@pxref{Cooperation}).
1593 1593
1594@tsubheading{Miscellaneous} 1594@tsubheading{Miscellaneous}
@@ -1957,7 +1957,7 @@ if($1<20,teen,string("")) @r{``teen'' if age $1 less than 20, else empty}
1957@cindex Lisp forms, as table formulas 1957@cindex Lisp forms, as table formulas
1958 1958
1959It is also possible to write a formula in Emacs Lisp; this can be useful 1959It is also possible to write a formula in Emacs Lisp; this can be useful
1960for string manipulation and control structures, if the Calc's 1960for string manipulation and control structures, if Calc's
1961functionality is not enough. If a formula starts with a single quote 1961functionality is not enough. If a formula starts with a single quote
1962followed by an opening parenthesis, then it is evaluated as a lisp form. 1962followed by an opening parenthesis, then it is evaluated as a lisp form.
1963The evaluation should return either a string or a number. Just as with 1963The evaluation should return either a string or a number. Just as with
@@ -2852,7 +2852,7 @@ an implementation example. See the file @file{org-bibtex.el}.
2852@cindex TODO items 2852@cindex TODO items
2853 2853
2854Org mode does not maintain TODO lists as separate documents@footnote{Of 2854Org mode does not maintain TODO lists as separate documents@footnote{Of
2855course, you can make a document that contains inly long lists of TODO items, 2855course, you can make a document that contains only long lists of TODO items,
2856but this is not required.}. Instead, TODO items are an integral part of the 2856but this is not required.}. Instead, TODO items are an integral part of the
2857notes file, because TODO items usually come up while taking notes! With Org 2857notes file, because TODO items usually come up while taking notes! With Org
2858mode, simply mark any entry in a tree as being a TODO item. In this way, 2858mode, simply mark any entry in a tree as being a TODO item. In this way,
@@ -3348,7 +3348,7 @@ be updates each time the todo status of a child changes. For example:
3348@end example 3348@end example
3349 3349
3350If you would like a TODO entry to automatically change to DONE when all 3350If you would like a TODO entry to automatically change to DONE when all
3351chilrden are done, you can use the following setup: 3351children are done, you can use the following setup:
3352 3352
3353@example 3353@example
3354(defun org-summary-todo (n-done n-not-done) 3354(defun org-summary-todo (n-done n-not-done)
@@ -3443,7 +3443,7 @@ called with a @kbd{C-u} prefix, update the entire file. Checkbox
3443statistic cookies are updated automatically if you toggle checkboxes 3443statistic cookies are updated automatically if you toggle checkboxes
3444with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}. If you 3444with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}. If you
3445delete boxes or add/change them by hand, use this command to get things 3445delete boxes or add/change them by hand, use this command to get things
3446back into synch. Or simply toggle any checkbox twice with @kbd{C-c C-c}. 3446back into sync. Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3447@end table 3447@end table
3448 3448
3449@node Tags, Properties and Columns, TODO Items, Top 3449@node Tags, Properties and Columns, TODO Items, Top
@@ -3493,7 +3493,7 @@ the final heading will have the tags @samp{:work:}, @samp{:boss:},
3493@samp{:notes:}, and @samp{:action:} even though the final heading is not 3493@samp{:notes:}, and @samp{:action:} even though the final heading is not
3494explicitly marked with those tags. You can also set tags that all entries in 3494explicitly marked with those tags. You can also set tags that all entries in
3495a file should inherit as if these tags would be defined in a hypothetical 3495a file should inherit as if these tags would be defined in a hypothetical
3496level zero that surounds the entire file. 3496level zero that surrounds the entire file.
3497 3497
3498@example 3498@example
3499#+FILETAGS: :Peter:Boss:Secret: 3499#+FILETAGS: :Peter:Boss:Secret:
@@ -3772,7 +3772,7 @@ you document bugs and plan releases of a piece of software. Instead of
3772using tags like @code{:release_1:}, @code{:release_2:}, one can use a 3772using tags like @code{:release_1:}, @code{:release_2:}, one can use a
3773property, say @code{:Release:}, that in different subtrees has different 3773property, say @code{:Release:}, that in different subtrees has different
3774values, such as @code{1.0} or @code{2.0}. For an example of the second 3774values, such as @code{1.0} or @code{2.0}. For an example of the second
3775application of properties, imagine keeping track of your music CD's, 3775application of properties, imagine keeping track of your music CDs,
3776where properties could be things such as the album artist, date of 3776where properties could be things such as the album artist, date of
3777release, number of tracks, and so on. 3777release, number of tracks, and so on.
3778 3778
@@ -4736,7 +4736,7 @@ actually switch the date like this:
4736A timestamp@footnote{You can change this using the option 4736A timestamp@footnote{You can change this using the option
4737@code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat}, 4737@code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
4738@code{lognoterepeat}, and @code{nologrepeat}. With @code{lognoterepeat}, you 4738@code{lognoterepeat}, and @code{nologrepeat}. With @code{lognoterepeat}, you
4739will aslo be prompted for a note.} will be added under the deadline, to keep 4739will also be prompted for a note.} will be added under the deadline, to keep
4740a record that you actually acted on the previous instance of this deadline. 4740a record that you actually acted on the previous instance of this deadline.
4741 4741
4742As a consequence of shifting the base date, this entry will no longer be 4742As a consequence of shifting the base date, this entry will no longer be
@@ -5097,7 +5097,7 @@ entries to the beginning or end of the file, respectively.
5097An optional sixth element specifies the contexts in which the user can select 5097An optional sixth element specifies the contexts in which the user can select
5098the template. This element can be a list of major modes or a function. 5098the template. This element can be a list of major modes or a function.
5099@code{org-remember} will first check whether the function returns @code{t} or 5099@code{org-remember} will first check whether the function returns @code{t} or
5100if we are in any of the listed major mode, and exclude templates fo which 5100if we are in any of the listed major mode, and exclude templates for which
5101this condition is not fulfilled. Templates that do not specify this element 5101this condition is not fulfilled. Templates that do not specify this element
5102at all, or that use @code{nil} or @code{t} as a value will always be 5102at all, or that use @code{nil} or @code{t} as a value will always be
5103selectable. 5103selectable.
@@ -5339,7 +5339,7 @@ attachments yourself.
5339@item o 5339@item o
5340Open current task's attachment. If there are more than one, prompt for a 5340Open current task's attachment. If there are more than one, prompt for a
5341file name first. Opening will follow the rules set by @code{org-file-apps}. 5341file name first. Opening will follow the rules set by @code{org-file-apps}.
5342For more details, see the information on following hyperlings 5342For more details, see the information on following hyperlinks
5343(@pxref{Handling links}). 5343(@pxref{Handling links}).
5344 5344
5345@kindex C-c C-a O 5345@kindex C-c C-a O
@@ -5903,7 +5903,7 @@ the previous paragraphs would end up in the agenda like this:
5903 8:30-13:00 Arthur Dent lies in front of the bulldozer 5903 8:30-13:00 Arthur Dent lies in front of the bulldozer
5904 12:45...... Ford Prefect arrives and takes Arthur to the pub 5904 12:45...... Ford Prefect arrives and takes Arthur to the pub
5905 19:00...... The Vogon reads his poem 5905 19:00...... The Vogon reads his poem
5906 20:30-22:15 Marwin escorts the Hitchhikers to the bridge 5906 20:30-22:15 Marvin escorts the Hitchhikers to the bridge
5907@end example 5907@end example
5908 5908
5909@cindex time grid 5909@cindex time grid
@@ -5921,7 +5921,7 @@ timed entries are embedded in a time grid, like
5921 18:00...... ------------------ 5921 18:00...... ------------------
5922 19:00...... The Vogon reads his poem 5922 19:00...... The Vogon reads his poem
5923 20:00...... ------------------ 5923 20:00...... ------------------
5924 20:30-22:15 Marwin escorts the Hitchhikers to the bridge 5924 20:30-22:15 Marvin escorts the Hitchhikers to the bridge
5925@end example 5925@end example
5926 5926
5927The time grid can be turned on and off with the variable 5927The time grid can be turned on and off with the variable
@@ -6268,7 +6268,7 @@ Set a deadline for this item.
6268@item k 6268@item k
6269Agenda actions, to set dates for selected items to the cursor date. 6269Agenda actions, to set dates for selected items to the cursor date.
6270This command also works in the calendar! The command prompts for an 6270This command also works in the calendar! The command prompts for an
6271additonal key: 6271additional key:
6272@example 6272@example
6273m @r{Mark the entry at point for action. You can also make entries} 6273m @r{Mark the entry at point for action. You can also make entries}
6274 @r{in Org files with @kbd{C-c C-x C-k}.} 6274 @r{in Org files with @kbd{C-c C-x C-k}.}
@@ -6276,7 +6276,7 @@ d @r{Set the deadline of the marked entry to the date at point.}
6276s @r{Schedule the marked entry at the date at point.} 6276s @r{Schedule the marked entry at the date at point.}
6277r @r{Call @code{org-remember} with the cursor date as default date.} 6277r @r{Call @code{org-remember} with the cursor date as default date.}
6278@end example 6278@end example
6279Press @kbd{r} afterwards to refresh the agenda and see the effect of the 6279Press @kbd{r} afterward to refresh the agenda and see the effect of the
6280command. 6280command.
6281@c 6281@c
6282@kindex S-@key{right} 6282@kindex S-@key{right}
@@ -6577,7 +6577,7 @@ yourself.
6577If you are away from your computer, it can be very useful to have a 6577If you are away from your computer, it can be very useful to have a
6578printed version of some agenda views to carry around. Org mode can 6578printed version of some agenda views to carry around. Org mode can
6579export custom agenda views as plain text, HTML@footnote{You need to 6579export custom agenda views as plain text, HTML@footnote{You need to
6580install Hrvoje Niksic' @file{htmlize.el}.} postscript, and iCalendar 6580install Hrvoje Niksic's @file{htmlize.el}.}, postscript, and iCalendar
6581files. If you want to do this only occasionally, use the command 6581files. If you want to do this only occasionally, use the command
6582 6582
6583@table @kbd 6583@table @kbd
@@ -6799,7 +6799,7 @@ foreach $line (split(/\n/,$agenda)) @{
6799 ($category,$head,$type,$todo,$tags,$date,$time,$extra, 6799 ($category,$head,$type,$todo,$tags,$date,$time,$extra,
6800 $priority_l,$priority_n) = split(/,/,$line); 6800 $priority_l,$priority_n) = split(/,/,$line);
6801 6801
6802 # proccess and print 6802 # process and print
6803 print "[ ] $head\n"; 6803 print "[ ] $head\n";
6804@} 6804@}
6805@end group 6805@end group
@@ -7347,7 +7347,7 @@ Visit the include file at point.
7347Both the native Org mode tables (@pxref{Tables}) and tables formatted with 7347Both the native Org mode tables (@pxref{Tables}) and tables formatted with
7348the @file{table.el} package will be exported properly. For Org mode tables, 7348the @file{table.el} package will be exported properly. For Org mode tables,
7349the lines before the first horizontal separator line will become table header 7349the lines before the first horizontal separator line will become table header
7350lines. You can use the following lines somewhere before the table to asssign 7350lines. You can use the following lines somewhere before the table to assign
7351a caption and a label for cross references: 7351a caption and a label for cross references:
7352 7352
7353@example 7353@example
@@ -7769,7 +7769,7 @@ files while publishing them to a publishing directory see @ref{Publishing
7769links}. 7769links}.
7770 7770
7771If you want to specify attributes for links, you can do so using a special 7771If you want to specify attributes for links, you can do so using a special
7772@code{#+ATTR_HTML} line to define attributes that wil be added to the 7772@code{#+ATTR_HTML} line to define attributes that will be added to the
7773@code{<a>} or @code{<img>} tags. Here is an example that sets @code{alt} and 7773@code{<a>} or @code{<img>} tags. Here is an example that sets @code{alt} and
7774@code{title} attributes for an inlined image: 7774@code{title} attributes for an inlined image:
7775 7775
@@ -7915,7 +7915,7 @@ the LaTeX output uses @file{hyperref} to implement links and cross
7915references, the PDF output file will be fully linked. 7915references, the PDF output file will be fully linked.
7916 7916
7917@menu 7917@menu
7918* LaTeX/PDF export commands:: Which key invode which commands 7918* LaTeX/PDF export commands:: Which key invokes which commands
7919* Quoting LaTeX code:: Incorporating literal LaTeX code 7919* Quoting LaTeX code:: Incorporating literal LaTeX code
7920* Sectioning structure:: Changing sectioning in LaTeX output 7920* Sectioning structure:: Changing sectioning in LaTeX output
7921* Tables in LaTeX export:: Options for exporting tables to LaTeX 7921* Tables in LaTeX export:: Options for exporting tables to LaTeX
@@ -8011,7 +8011,7 @@ You can change this globally by setting a different value for
8011@code{org-export-latex-default-class} or locally by adding an option like 8011@code{org-export-latex-default-class} or locally by adding an option like
8012@code{#+LaTeX_CLASS: myclass} in your file. The class should be listed in 8012@code{#+LaTeX_CLASS: myclass} in your file. The class should be listed in
8013@code{org-export-latex-classes}, where you can also define the sectioning 8013@code{org-export-latex-classes}, where you can also define the sectioning
8014structure for each class, as well as defining additonal classes. 8014structure for each class, as well as defining additional classes.
8015 8015
8016 8016
8017@node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export 8017@node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export
@@ -8042,7 +8042,7 @@ Images that are linked to without a description part in the link, like
8042output files resulting from LaTeX output. Org will use an 8042output files resulting from LaTeX output. Org will use an
8043@code{\includegraphics} macro to insert the image. If you have specified a 8043@code{\includegraphics} macro to insert the image. If you have specified a
8044caption and/or a label as described in @ref{Markup rules}, the figure will 8044caption and/or a label as described in @ref{Markup rules}, the figure will
8045be wrappend into a @code{figure} environment and thus become a floating 8045be wrapped into a @code{figure} environment and thus become a floating
8046element. Finally, you can use an @code{#+ATTR_LaTeX:} line to specify the 8046element. Finally, you can use an @code{#+ATTR_LaTeX:} line to specify the
8047options that can be used in the optional argument of the 8047options that can be used in the optional argument of the
8048@code{\includegraphics} macro. 8048@code{\includegraphics} macro.
@@ -8644,7 +8644,7 @@ This line defines a file that holds more in-buffer setup. Normally this is
8644entirely ignored. Only when the buffer is parsed for option-setting lines 8644entirely ignored. Only when the buffer is parsed for option-setting lines
8645(i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a 8645(i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
8646settings line, or when exporting), then the contents of this file are parsed 8646settings line, or when exporting), then the contents of this file are parsed
8647as if they had been included in the buffer. In particlar, the file can be 8647as if they had been included in the buffer. In particular, the file can be
8648any other Org mode file with internal setup. You can visit the file the 8648any other Org mode file with internal setup. You can visit the file the
8649cursor is in the line with @kbd{C-c '}. 8649cursor is in the line with @kbd{C-c '}.
8650@item #+STARTUP: 8650@item #+STARTUP:
@@ -9140,7 +9140,7 @@ go to @url{http://orgmode.org} to get access to these modules.
9140 Call @i{remember} directly from Firefox/Opera, or from Adobe Reader. 9140 Call @i{remember} directly from Firefox/Opera, or from Adobe Reader.
9141 When activating a special link or bookmark, Emacs receives a trigger to 9141 When activating a special link or bookmark, Emacs receives a trigger to
9142 create a note with a link back to the website. Requires some setup, a 9142 create a note with a link back to the website. Requires some setup, a
9143 detailes description is in 9143 detailed description is in
9144 @file{contrib/packages/org-annotation-helper}. 9144 @file{contrib/packages/org-annotation-helper}.
9145@item @file{org-bookmark.el} by @i{Tokuya Kameshima} 9145@item @file{org-bookmark.el} by @i{Tokuya Kameshima}
9146 Support for links to Emacs bookmarks. 9146 Support for links to Emacs bookmarks.
@@ -9180,7 +9180,7 @@ go to @url{http://orgmode.org} to get access to these modules.
9180 to write @code{<example>} and @code{<src>} and other syntax copied from 9180 to write @code{<example>} and @code{<src>} and other syntax copied from
9181 Emacs Muse, right inside an Org file. The goal here is to make it easy 9181 Emacs Muse, right inside an Org file. The goal here is to make it easy
9182 to publish the same file using either org-publish or Muse. 9182 to publish the same file using either org-publish or Muse.
9183@item @file{org-panel.el} by @i{Lennard Borgman} 9183@item @file{org-panel.el} by @i{Lennart Borgman}
9184 Simplified and display-aided access to some Org commands. 9184 Simplified and display-aided access to some Org commands.
9185@item @file{org-registry.el} by @i{Bastien Guerry} 9185@item @file{org-registry.el} by @i{Bastien Guerry}
9186 A registry for Org links, to find out from where links point to a given 9186 A registry for Org links, to find out from where links point to a given
@@ -9194,7 +9194,7 @@ go to @url{http://orgmode.org} to get access to these modules.
9194 and easy visibility cycling. 9194 and easy visibility cycling.
9195@item @file{orgtbl-sqlinsert.el} by @i{Jason Riedy} 9195@item @file{orgtbl-sqlinsert.el} by @i{Jason Riedy}
9196 Convert Org-mode tables to SQL insertions. Documentation for this can 9196 Convert Org-mode tables to SQL insertions. Documentation for this can
9197 be found on the Worg pages. 9197 be found on the Org pages.
9198@end table 9198@end table
9199 9199
9200@node Other extensions, , Extensions in the contrib directory, Extensions 9200@node Other extensions, , Extensions in the contrib directory, Extensions
@@ -9909,8 +9909,8 @@ function or Lisp form
9909@end defun 9909@end defun
9910 9910
9911The function given to that mapping routine can really do anything you like. 9911The function given to that mapping routine can really do anything you like.
9912It can uce the property API (@pxref{Using the property API}) to gather more 9912It can use the property API (@pxref{Using the property API}) to gather more
9913information about the entry, or in order to change metadate in the entry. 9913information about the entry, or in order to change metadata in the entry.
9914Here are a couple of functions that might be handy: 9914Here are a couple of functions that might be handy:
9915 9915
9916@defun org-todo &optional arg 9916@defun org-todo &optional arg
@@ -9976,7 +9976,7 @@ goals that Org still has today: To create a new, outline-based,
9976plain text mode with innovative and intuitive editing features, and to 9976plain text mode with innovative and intuitive editing features, and to
9977incorporate project planning functionality directly into a notes file. 9977incorporate project planning functionality directly into a notes file.
9978 9978
9979A special thanks goes to @i{Bastien Guerry} who has not only writen a large 9979A special thanks goes to @i{Bastien Guerry} who has not only written a large
9980number of extensions to Org (most of them integrated into the core by now), 9980number of extensions to Org (most of them integrated into the core by now),
9981but has also helped the development and maintenance of Org so much that he 9981but has also helped the development and maintenance of Org so much that he
9982should be considered co-author of this package. 9982should be considered co-author of this package.
@@ -10014,7 +10014,7 @@ calculations and improved XEmacs compatibility, in particular by porting
10014@item 10014@item
10015@i{Sacha Chua} suggested to copy some linking code from Planner. 10015@i{Sacha Chua} suggested to copy some linking code from Planner.
10016@item 10016@item
10017@i{Eddward DeVilla} proposed and tested checkbox statistics. He also 10017@i{Edward DeVilla} proposed and tested checkbox statistics. He also
10018came up with the idea of properties, and that there should be an API for 10018came up with the idea of properties, and that there should be an API for
10019them. 10019them.
10020@item 10020@item
@@ -10150,7 +10150,7 @@ system.
10150@i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and 10150@i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
10151@file{muse.el}, which have similar goals as Org. Initially the 10151@file{muse.el}, which have similar goals as Org. Initially the
10152development of Org was fully independent because I was not aware of the 10152development of Org was fully independent because I was not aware of the
10153existence of these packages. But with time I have accasionally looked 10153existence of these packages. But with time I have occasionally looked
10154at John's code and learned a lot from it. John has also contributed a 10154at John's code and learned a lot from it. John has also contributed a
10155number of great ideas and patches directly to Org, including the attachment 10155number of great ideas and patches directly to Org, including the attachment
10156system (@file{org-attach.el}) and integration with Apple Mail 10156system (@file{org-attach.el}) and integration with Apple Mail