Fix typos.
This commit is contained in:
parent
a76ebd2bb2
commit
2491b7e55d
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue