org.texi: minor documentation fixes.

Thanks to Julian Gehring for this patch!
This commit is contained in:
Bastien Guerry 2011-06-24 12:04:27 +02:00
parent 95fa250e60
commit 90bdc89e86
1 changed files with 6 additions and 6 deletions

View File

@ -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
@ -6253,7 +6253,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.
@ -9828,7 +9828,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
@ -10068,7 +10068,7 @@ sections.
@orgcmd{C-c C-e l,org-export-as-latex}
@cindex property EXPORT_FILE_NAME
Export as @LaTeX{} file @file{myfile.tex}. 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
@ -11434,8 +11434,8 @@ Optional switches controlling exportation of the code block (see switches discus
@ref{Literal examples})
@item <header arguments>
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 <body>
The source code.