From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Gehring Subject: Re: Corrections for org mode manual Date: Fri, 24 Jun 2011 11:03:14 +0200 Message-ID: <20110624110314.125a110c@avery> References: <20110605094002.02f2efd0@avery> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/y9uMDkPRV_jY.O_uC/elLUw" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa2Ou-0001YE-Tn for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 05:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa2Os-0000Mn-S9 for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 05:10:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:56554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa2Os-0000LJ-8Z for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 05:10:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qa2Or-0004tf-9N for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 11:10:05 +0200 Received: from frbg-5f730b06.pool.mediaways.net ([95.115.11.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jun 2011 11:10:05 +0200 Received: from julian.gehring by frbg-5f730b06.pool.mediaways.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jun 2011 11:10:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --MP_/y9uMDkPRV_jY.O_uC/elLUw Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey, here is a patch with four small corrections for the org mode manual. I hope it helps. Best Julian --MP_/y9uMDkPRV_jY.O_uC/elLUw Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-correct-manual.patch >From ace6614d8a95bbaca5dfd2f6596f1a1554fb53c5 Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Fri, 24 Jun 2011 10:56:43 +0200 Subject: [PATCH] correct manual --- doc/org.texi | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 936416d..a9159d5 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -265,7 +265,7 @@ @copying This manual is for Org version @value{VERSION}. -Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation @@ -6243,7 +6243,7 @@ prefix commands: @table @kbd @orgkey{C-u C-c c} -Visit the target location of a cpature template. You get to select the +Visit the target location of a capture template. You get to select the template in the usual way. @orgkey{C-u C-u C-c c} Visit the last stored capture item in its buffer. @@ -9818,7 +9818,7 @@ support text viewers and accessibility, and align it to the right. @end example @noindent -and you could use @code{http} addresses just as well. +You could use @code{http} addresses just as well. @node Math formatting in HTML export, Text areas in HTML export, Images in HTML export, HTML export @subsection Math formatting in HTML export @@ -10058,7 +10058,7 @@ sections. @orgcmd{C-c C-e l,org-export-as-latex} @cindex property EXPORT_FILE_NAME Export as @LaTeX{} file. For an Org file -@file{myfile.org}, the ASCII file will be @file{myfile.tex}. The file will +@file{myfile.org}, the @LaTeX{} file will be @file{myfile.tex}. The file will be overwritten without warning. If there is an active region@footnote{This requires @code{transient-mark-mode} be turned on.}, only the region will be exported. If the selected region is a single tree@footnote{To select the @@ -11426,8 +11426,8 @@ Optional switches controlling exportation of the code block (see switches discus @ref{Literal examples}) @item
Optional header arguments control many aspects of evaluation, export and -tangling of code blocks. See the @ref{Header arguments} -section. Header arguments can also be set on a per-buffer or per-subtree +tangling of code blocks. See the @ref{Header arguments}. +Header arguments can also be set on a per-buffer or per-subtree basis using properties. @item The source code. -- 1.7.4.1 --MP_/y9uMDkPRV_jY.O_uC/elLUw--