summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-31 11:30:43 +0100
committerBastien Guerry <bzg@altern.org>2013-01-31 11:30:43 +0100
commit94d1b1169dc0c25548a8ccb4993ede298d30345c (patch)
treec55e409bdd9b863c206e1586de7542901307f6fc
parent55f4f921835bbf5d7b8e9dd82fe8dcfef2fac4e2 (diff)
downloadorg-mode-94d1b1169dc0c25548a8ccb4993ede298d30345c.tar.gz
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.
-rw-r--r--lisp/org-html.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 8cada8f..ca90f85 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -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.