From 236642dc549e7681716ae746f76c6e2a72aff495 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 25 Aug 2011 15:09:44 +0200 Subject: [PATCH] org-html.el (org-export-html-divs): Improve docstring. * org-html.el (org-export-html-divs): Improve docstring. --- lisp/org-html.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index bf2d012d7..28a0e8fec 100644 --- a/lisp/org-html.el +++ b/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:")