Jelajahi Sumber

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.
Bastien Guerry 13 tahun lalu
induk
melakukan
549d81878e
1 mengubah file dengan 8 tambahan dan 2 penghapusan
  1. 8 2
      lisp/ox-html.el

+ 8 - 2
lisp/ox-html.el

@@ -861,7 +861,10 @@ publishing, with :html-doctype."
 (defcustom org-html-container-element "div"
 (defcustom org-html-container-element "div"
   "Container class to use for wrapping top level sections.
   "Container class to use for wrapping top level sections.
 Can be set with the in-buffer HTML_CONTAINER property or for
 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
   :group 'org-export-html
   :version "24.4"
   :version "24.4"
   :package-version '(Org . "8.0")
   :package-version '(Org . "8.0")
@@ -874,7 +877,10 @@ publishing, with :html-container."
   "Alist of the threed section elements for HTML export.
   "Alist of the threed section elements for HTML export.
 The car of each entry is one of 'preamble, 'content or 'postamble.
 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
 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
   :group 'org-export-html
   :version "24.4"
   :version "24.4"
   :package-version '(Org . "8.0")
   :package-version '(Org . "8.0")