From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Documentation patch Date: Wed, 24 May 2006 11:57:51 +0200 Message-ID: <1148464671.4388.10.camel@elrond.zur.novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-q/Pt1y4+Brc8kSfhzuCg" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fiq8e-0002ST-Ob for emacs-orgmode@gnu.org; Wed, 24 May 2006 05:58:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fiq8e-0002S7-04 for emacs-orgmode@gnu.org; Wed, 24 May 2006 05:58:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fiq8d-0002S3-RS for emacs-orgmode@gnu.org; Wed, 24 May 2006 05:58:47 -0400 Received: from [195.33.99.129] (helo=gwia-smtp.id2.novell.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FiqD3-0005ee-8Q for emacs-orgmode@gnu.org; Wed, 24 May 2006 06:03:21 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --=-q/Pt1y4+Brc8kSfhzuCg Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --=-q/Pt1y4+Brc8kSfhzuCg Content-Disposition: attachment; filename=org.texi.diff Content-Type: text/x-patch; name=org.texi.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit 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}). -@xref{Global 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 -@kbd{C-1 C-c C-x a org-export-as-ascii} +@kbd{C-1 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) --=-q/Pt1y4+Brc8kSfhzuCg Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-q/Pt1y4+Brc8kSfhzuCg--