org.texi: Small fixes

This commit is contained in:
Nicolas Goaziou 2013-03-27 22:55:45 +01:00
parent 32b89c0b09
commit 60170dfe3b
1 changed files with 7 additions and 12 deletions

View File

@ -10100,11 +10100,12 @@ a separate file which can be included using @code{#+SETUPFILE}.
@cindex #+HTML_LINK_HOME @cindex #+HTML_LINK_HOME
@cindex #+SELECT_TAGS @cindex #+SELECT_TAGS
@cindex #+EXCLUDE_TAGS @cindex #+EXCLUDE_TAGS
@cindex #+LaTeX_HEADER @cindex #+LATEX_HEADER
@cindex #+LaTeX_HEADER_EXTRA @cindex #+LATEX_HEADER_EXTRA
@vindex user-full-name @vindex user-full-name
@vindex user-mail-address @vindex user-mail-address
@vindex org-export-default-language @vindex org-export-default-language
@vindex org-export-allow-bind-keywords
@example @example
#+TITLE: the title to be shown (default is the buffer name) #+TITLE: the title to be shown (default is the buffer name)
#+AUTHOR: the author (default taken from @code{user-full-name}) #+AUTHOR: the author (default taken from @code{user-full-name})
@ -10114,13 +10115,13 @@ a separate file which can be included using @code{#+SETUPFILE}.
#+KEYWORDS: the page keywords, e.g., for the XHTML meta tag #+KEYWORDS: the page keywords, e.g., for the XHTML meta tag
#+LANGUAGE: language for HTML, e.g., @samp{en} (@code{org-export-default-language}) #+LANGUAGE: language for HTML, e.g., @samp{en} (@code{org-export-default-language})
#+OPTIONS: H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ... #+OPTIONS: H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
#+BIND: lisp-var lisp-val, e.g., @code{org-latex-image-default-option width=.7\\linewidth} #+BIND: lisp-var lisp-val, e.g., @code{org-latex-image-default-width ".7\\linewidth"}
@r{You need to confirm using these, or configure @code{org-export-allow-BIND}} @r{Configure @code{org-export-allow-bind-keywords} to use this}
#+HTML_HEAD: Additional line to the @samp{<head>...</head>} of the HTML output #+HTML_HEAD: Additional line to the @samp{<head>...</head>} of the HTML output
#+HTML_LINK_UP: the ``up'' link of an exported page #+HTML_LINK_UP: the ``up'' link of an exported page
#+HTML_LINK_HOME: the ``home'' link of an exported page #+HTML_LINK_HOME: the ``home'' link of an exported page
#+LaTeX_HEADER: extra line(s) for the @LaTeX{} header, like \usepackage@{xyz@} #+LATEX_HEADER: extra line(s) for the @LaTeX{} header, like \usepackage@{xyz@}
#+LaTeX_HEADER_EXTRA: extra line(s) for the @LaTeX{} header, used in special contexts #+LATEX_HEADER_EXTRA: similar to #+LATEX_HEADER, but ignored when previewing math snippets
#+SELECT_TAGS: Tags that select a tree for export #+SELECT_TAGS: Tags that select a tree for export
#+EXCLUDE_TAGS: Tags that exclude a tree from export #+EXCLUDE_TAGS: Tags that exclude a tree from export
@end example @end example
@ -10144,7 +10145,6 @@ settings. Here you can:
@cindex @LaTeX{} fragments @cindex @LaTeX{} fragments
@cindex author info, in export @cindex author info, in export
@cindex time info, in export @cindex time info, in export
@vindex org-export-plist-vars
@vindex org-export-author-info @vindex org-export-author-info
@vindex org-export-creator-info @vindex org-export-creator-info
@vindex org-export-email-info @vindex org-export-email-info
@ -10183,11 +10183,6 @@ These options take effect in both the HTML and @LaTeX{} export, except for
@code{TeX} and @code{LaTeX} options, which are respectively @code{t} and @code{TeX} and @code{LaTeX} options, which are respectively @code{t} and
@code{nil} for the @LaTeX{} export. @code{nil} for the @LaTeX{} export.
The default values for these and many other options are given by a set of
variables. For a list of such variables, the corresponding OPTIONS keys and
also the publishing keys (@pxref{Project alist}), see the constant
@code{org-export-plist-vars}.
When exporting only a single subtree by selecting it with @kbd{C-c @@} before When exporting only a single subtree by selecting it with @kbd{C-c @@} before
calling an export command, the subtree can overrule some of the file's export calling an export command, the subtree can overrule some of the file's export
settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE}, settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},