org-html.el (org-export-html-divs): Improve docstring.
* org-html.el (org-export-html-divs): Improve docstring.
This commit is contained in:
parent
50412d29c5
commit
236642dc54
|
@ -626,7 +626,10 @@ This variable is obsolete since Org version 7.7.
|
||||||
Please set `org-export-html-divs' instead.")
|
Please set `org-export-html-divs' instead.")
|
||||||
|
|
||||||
(defcustom org-export-html-divs '("preamble" "content" "postamble")
|
(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
|
:group 'org-export-html
|
||||||
:type '(list
|
:type '(list
|
||||||
(string :tag " Div for the preamble:")
|
(string :tag " Div for the preamble:")
|
||||||
|
|
Loading…
Reference in New Issue