Hi I was trying to catch up on all the new features of org-mode, reread the manual and found a few typos in the process. Attached is a patch to correct them.
The first change is the deletion of a reference which seems to refer to itself. Also I would suggest to move the bit about exporting a iCalendar file under MacOS X to the FAQ as this gives a little bit too much prominence to a non-free system. The section on iCalendar export would then contain a link to the FAQ where we can also place instructions on how to import the ics into Evolution for example. If the suggested change is ok I can produce a patch. Thanks. -- Christian Egli, Senior Consultant Novell (Schweiz) AG, Leutschenbachstrasse 41, 8050 Zürich Tel. +41 43 299 75 46 direct, Tel. +41 43 299 78 00, Fax: +41 43 299 75 01
Index: org.texi =================================================================== RCS file: /cvsroot/emacs/emacs/man/org.texi,v retrieving revision 1.56 diff -u -r1.56 org.texi --- org.texi 24 May 2006 07:56:03 -0000 1.56 +++ org.texi 24 May 2006 09:41:33 -0000 @@ -2814,7 +2814,6 @@ agenda files (@pxref{Agenda views}) into a single buffer. The buffer is in @code{agenda-mode}, so there are commands to examine and manipulate the TODO entries directly from that buffer (@pxref{Agenda commands}). [EMAIL PROTECTED] TODO list}, for more information. @kindex C-c a T @item C-c a T Like the above, but allows selection of a specific TODO keyword. You can @@ -3166,7 +3165,7 @@ at a different level, specify it with a prefix argument. For example, @example [EMAIL PROTECTED] C-c C-x a org-export-as-ascii} [EMAIL PROTECTED] C-c C-x a} @end example @noindent @@ -3868,7 +3867,7 @@ Org-mode uses special lines in the buffer to define settings on a per-file basis. These lines start with a @samp{#+} followed by a keyword, a colon, and then individual words defining a setting. Several -settings words con be in the same line, but you can also have multiple +setting words can be in the same line, but you can also have multiple lines for the keyword. While these settings are described throughout the manual, here is a summary. After changing any of those lines in the buffer, press @kbd{C-c C-c} with the cursor still in the line to @@ -3912,7 +3911,7 @@ oddeven @r{allow all outline levels} @end example @item #+SEQ_TODO: #+TYP_TODO: -These lines that the TODO keywords and their interpretation in the +These lines set the TODO keywords and their interpretation in the current file. The corresponding variables are @code{org-todo-keywords} and @code{org-todo-interpretation}. @item #+TAGS: TAG1(c1) TAG2(c2)
_______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode