From 549d81878efe38cd41f9605d402e65d2821ee263 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 12 Mar 2013 09:49:34 +0100 Subject: [PATCH] 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. --- lisp/ox-html.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 7210f3d2e..93070815a 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") -- 2.11.4.GIT