Tiny docstring fix.
This commit is contained in:
parent
fa37f767c9
commit
b6b7057467
|
@ -345,12 +345,13 @@ CSS classes, then this prefix can be very useful."
|
||||||
|
|
||||||
(defcustom org-export-html-preamble t
|
(defcustom org-export-html-preamble t
|
||||||
"Non-nil means insert a preamble in HTML export.
|
"Non-nil means insert a preamble in HTML export.
|
||||||
When `t', insert a string as defined by the formatting string in
|
|
||||||
`org-export-html-preamble-format'. When set to a string, this
|
When `t', insert a string as defined by one of the formatting
|
||||||
string overrides `org-export-html-preamble-format'. When set to
|
strings in `org-export-html-preamble-format'. When set to a
|
||||||
a function, apply this function and insert the returned string.
|
string, this string overrides `org-export-html-preamble-format'.
|
||||||
The function takes the property list of export options as its
|
When set to a function, apply this function and insert the
|
||||||
only argument.
|
returned string. The function takes the property list of export
|
||||||
|
options as its only argument.
|
||||||
|
|
||||||
Setting :html-preamble in publishing projects will take
|
Setting :html-preamble in publishing projects will take
|
||||||
precedence over this variable."
|
precedence over this variable."
|
||||||
|
|
Loading…
Reference in New Issue