|
@@ -759,9 +759,9 @@ or if they are only using it locally."
|
|
|
(defconst org-level-max 20)
|
|
|
|
|
|
(defvar org-export-html-preamble nil
|
|
|
- "Preamble, to be inserted just after <body>. Set by publishing functions.")
|
|
|
+ "Preamble, to be inserted just before <body>. Set by publishing functions.")
|
|
|
(defvar org-export-html-postamble nil
|
|
|
- "Preamble, to be inserted just before </body>. Set by publishing functions.")
|
|
|
+ "Preamble, to be inserted just after </body>. Set by publishing functions.")
|
|
|
(defvar org-export-html-auto-preamble t
|
|
|
"Should default preamble be inserted? Set by publishing functions.")
|
|
|
(defvar org-export-html-auto-postamble t
|