From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] more typos Date: Tue, 30 Nov 2010 16:44:19 +0000 Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44779 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNe7A-00070R-Ge for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 23:16:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNTiW-0005ez-BS for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:10:14 -0500 Received: from server.network-theory.com ([109.74.193.71]:41391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNTiV-0005Xw-Vn for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:10:12 -0500 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@gnu.org =46rom 04038c5a1f22ecf8219343e5ea80d1c7298edb90 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:04:22 +0000 Subject: [PATCH] more typos --- doc/org.texi | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index a0b1b0b..9637fcb 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1557,8 +1557,9 @@ to disable them individually. @vindex org-cycle-include-plain-lists Items can be folded just like headline levels. Normally this works only if the cursor is on a plain list item. For more details, see the variable -@code{org-cycle-include-plain-lists}. to @code{integrate}, plain list items -will be treated like low-level. The level of an item is then given by the +@code{org-cycle-include-plain-lists}. If this variable is set to +@code{integrate}, plain list items will be treated like low-level +headlines. The level of an item is then given by the indentation of the bullet/number. Items are always subordinate to real headlines, however; the hierarchies remain completely separated. @orgcmd{M-@key{RET},org-insert-heading} @@ -9153,7 +9154,7 @@ after the backquote, a help window will pop up. @kindex ' Pressing the single-quote @kbd{'} followed by another character modifies the symbol before point with an accent or a font. If you wait more than -1.5 seconds after the backquote, a help window will pop up. Character +1.5 seconds after the single-quote, a help window will pop up. Character modification will work only inside La@TeX{} fragments, outside the quote is normal. @end itemize @@ -11966,7 +11967,7 @@ The @code{:tangle} header argument specifies whethe= r or not the code block should be included in tangled extraction of source code files. =20 @itemize @bullet -@item @code{yes} +@item @code{tangle} The code block is exported to a source code file named after the basename (name w/o extension) of the Org-mode file. E.g., @code{:tangle yes}. @@ -12274,7 +12275,7 @@ contents of the standard output stream are returned= as text. (In certain languages this also contains the error output stream; this is an area for future work.) =20 -@subsection @code{:session} +@subsection Session @subsubsection @code{:results value} The code is passed to the interpreter running as an interactive Emacs inferior process. The result returned is the result of the last evaluation @@ -13844,7 +13845,7 @@ Dynamic blocks are enclosed by a BEGIN-END structur= e that assigns a name to the block and can also specify parameters for the function producing the content of the block. =20 -#+BEGIN:dynamic block +@cindex #+BEGIN:dynamic block @example #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ... =20 --=20 1.6.0.6