org-html.el: Enhance docstrings

* org-html.el (org-export-html-preamble-format)
(org-export-html-postamble-format): Mention that
org-export-html-preamble/postamble need to be `t' in order for
these variables to have any effect.
This commit is contained in:
Bastien Guerry 2013-01-31 11:30:43 +01:00
parent 55f4f92183
commit 94d1b1169d
1 changed files with 6 additions and 0 deletions

View File

@ -464,6 +464,9 @@ precedence over this variable."
(defcustom org-export-html-preamble-format '(("en" ""))
"Alist of languages and format strings for the HTML preamble.
To enable the HTML exporter to use these formats, you need to set
`org-export-html-preamble' to `t'.
The first element of each list is the language code, as used for
the #+LANGUAGE keyword.
@ -510,6 +513,9 @@ precedence over this variable."
"))
"Alist of languages and format strings for the HTML postamble.
To enable the HTML exporter to use these formats, you need to set
`org-export-html-postamble' to `t'.
The first element of each list is the language code, as used for
the #+LANGUAGE keyword.