org.texi: Small update
This commit is contained in:
parent
b019cab9de
commit
a39f9c35cc
19
doc/org.texi
19
doc/org.texi
|
@ -10410,13 +10410,14 @@ compact form with the @code{#+OPTIONS} keyword; or for a tree by setting
|
||||||
properties (@pxref{Properties and Columns}). Options set at a specific level
|
properties (@pxref{Properties and Columns}). Options set at a specific level
|
||||||
override options set at a more general level.
|
override options set at a more general level.
|
||||||
|
|
||||||
|
@cindex #+SETUPFILE
|
||||||
In-buffer settings may appear anywhere in the file, either directly or
|
In-buffer settings may appear anywhere in the file, either directly or
|
||||||
indirectly through a file included using @code{#+SETUPFILE}. Option keyword
|
indirectly through a file included using @samp{#+SETUPFILE: filename} syntax.
|
||||||
sets tailored to a particular back-end can be inserted from the export
|
Option keyword sets tailored to a particular back-end can be inserted from
|
||||||
dispatcher (@pxref{The Export Dispatcher}) using the @code{Insert template}
|
the export dispatcher (@pxref{The Export Dispatcher}) using the @code{Insert
|
||||||
command by pressing @key{#}. To insert keywords individually, a good way to
|
template} command by pressing @key{#}. To insert keywords individually,
|
||||||
make sure the keyword is correct is to type @code{#+} and then to use
|
a good way to make sure the keyword is correct is to type @code{#+} and then
|
||||||
@kbd{M-<TAB>} for completion.
|
to use @kbd{M-<TAB>} for completion.
|
||||||
|
|
||||||
The export keywords available for every back-end, and their equivalent global
|
The export keywords available for every back-end, and their equivalent global
|
||||||
variables, include:
|
variables, include:
|
||||||
|
@ -10609,14 +10610,12 @@ Toggle inclusion of TODO keywords into exported text
|
||||||
Toggle inclusion of tables (@var{org-export-with-tables}).
|
Toggle inclusion of tables (@var{org-export-with-tables}).
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@cindex #+BIND
|
||||||
A more general mechanism is also provided. Indeed, Emacs variables can
|
A more general mechanism is also provided. Indeed, Emacs variables can
|
||||||
become buffer-local during export by using the BIND keyword. Its syntax is
|
become buffer-local during export by using the BIND keyword. Its syntax is
|
||||||
@samp{#+BIND: variable value}. This is particularly useful for in-buffer
|
@samp{#+BIND: variable value}. This is particularly useful for in-buffer
|
||||||
settings that cannot be changed using specific keywords.
|
settings that cannot be changed using specific keywords.
|
||||||
|
|
||||||
You can place commonly-used export settings in a separate file which can be
|
|
||||||
included using @samp{#+SETUPFILE: filename} syntax.
|
|
||||||
|
|
||||||
These settings affect all buffer's export processes. Though, it is possible
|
These settings affect all buffer's export processes. Though, it is possible
|
||||||
to override them locally when exporting only a subtree. This is done by
|
to override them locally when exporting only a subtree. This is done by
|
||||||
adding a headline property named after the keyword with the @samp{EXPORT_}
|
adding a headline property named after the keyword with the @samp{EXPORT_}
|
||||||
|
@ -10973,8 +10972,6 @@ Export only the visible part of the document.
|
||||||
@vindex org-html-preamble-format
|
@vindex org-html-preamble-format
|
||||||
@vindex org-html-postamble-format
|
@vindex org-html-postamble-format
|
||||||
@vindex org-html-validation-link
|
@vindex org-html-validation-link
|
||||||
@vindex org-export-author-info
|
|
||||||
@vindex org-export-email-info
|
|
||||||
@vindex org-export-creator-string
|
@vindex org-export-creator-string
|
||||||
@vindex org-export-time-stamp-file
|
@vindex org-export-time-stamp-file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue