Fix typos.

This commit is contained in:
Carsten Dominik 2008-09-17 17:57:18 +02:00
parent a76ebd2bb2
commit 2491b7e55d
2 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@
Finally, all subtrees that are marked by any of the /exclude/
tags will be removed from the export buffer.
You may set these tags with inbuffer-options
You may set these tags with in-buffer options
=EXPORT_SELECT_TAGS= and =EXPORT_EXCLUDE_TAGS=.
This useful feature was a request by Richard G Rigley.

View file

@ -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