Ver Fonte

org-html.el (org-export-html-divs): Improve docstring.

* org-html.el (org-export-html-divs): Improve docstring.
Bastien Guerry há 13 anos atrás
pai
commit
236642dc54
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      lisp/org-html.el

+ 4 - 1
lisp/org-html.el

@@ -626,7 +626,10 @@ This variable is obsolete since Org version 7.7.
 Please set `org-export-html-divs' instead.")
 
 (defcustom org-export-html-divs '("preamble" "content" "postamble")
-  "The name of the main divs for HTML export."
+  "The name of the main divs for HTML export.
+This is a list of three strings, the first one for the preamble
+DIV, the second one for the content DIV and the third one for the
+postamble DIV."
   :group 'org-export-html
   :type '(list
 	  (string :tag " Div for the preamble:")