summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-12 09:49:34 +0100
committerBastien Guerry <bzg@altern.org>2013-03-12 09:49:34 +0100
commit549d81878efe38cd41f9605d402e65d2821ee263 (patch)
treed67f60c915b4afa7bf47e880ef1c2078b77fda6a
parent25222853f9817553543166af5aec2124bd571825 (diff)
downloadorg-mode-549d81878efe38cd41f9605d402e65d2821ee263.tar.gz
ox-html.el (org-html-container-element, org-html-divs): Docstring enhancement
* ox-html.el (org-html-container-element, org-html-divs): Mention that org-info.js will not work when changing the defaults.
-rw-r--r--lisp/ox-html.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 7210f3d..9307081 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -861,7 +861,10 @@ publishing, with :html-doctype."
(defcustom org-html-container-element "div"
"Container class to use for wrapping top level sections.
Can be set with the in-buffer HTML_CONTAINER property or for
-publishing, with :html-container."
+publishing, with :html-container.
+
+Note that changing the default will prevent you from using
+org-info.js for your website."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")
@@ -874,7 +877,10 @@ publishing, with :html-container."
"Alist of the threed section elements for HTML export.
The car of each entry is one of 'preamble, 'content or 'postamble.
The cdrs of each entry are the ELEMENT_TYPE and ID for each
-section of the exported document."
+section of the exported document.
+
+Note that changing the default will prevent you from using
+org-info.js for your website."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")