summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-11-22 14:37:11 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2012-11-22 14:37:11 +0100
commitcc998ccbada9e42f0d046453d763f3ad96c8d235 (patch)
tree3b8a56b872a3ed9fbad59306d351285658c15be3
parentb5bfebb568d75cdf72332888e0fe8fa594d72dc5 (diff)
downloadorg-mode-cc998ccbada9e42f0d046453d763f3ad96c8d235.tar.gz
org-e-html: Allow to set preamble/postamble in OPTIONS line
-rw-r--r--contrib/lisp/org-e-html.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el
index b6793de..4d9926d 100644
--- a/contrib/lisp/org-e-html.el
+++ b/contrib/lisp/org-e-html.el
@@ -117,7 +117,6 @@
((:agenda-style nil nil org-agenda-export-html-style)
(:creator "CREATOR" nil org-e-html-creator-string)
(:convert-org-links nil nil org-e-html-link-org-files-as-html)
- ;; (:expand-quoted-html nil "@" org-e-html-expand)
(:inline-images nil nil org-e-html-inline-images)
(:link-home "LINK_HOME" nil org-e-html-link-home)
(:link-up "LINK_UP" nil org-e-html-link-up)
@@ -125,10 +124,9 @@
(:style-extra "STYLE" nil org-e-html-style-extra newline)
(:style-include-default nil nil org-e-html-style-include-default)
(:style-include-scripts nil nil org-e-html-style-include-scripts)
- ;; (:timestamp nil nil org-e-html-with-timestamp)
(:html-extension nil nil org-e-html-extension)
- (:html-postamble nil nil org-e-html-postamble)
- (:html-preamble nil nil org-e-html-preamble)
+ (:html-postamble nil "html-postamble" org-e-html-postamble)
+ (:html-preamble nil "html-preamble" org-e-html-preamble)
(:html-table-tag nil nil org-e-html-table-tag)
(:xml-declaration nil nil org-e-html-xml-declaration)
(:LaTeX-fragments nil "LaTeX" org-export-with-LaTeX-fragments)