Various fixes for org-export-html-preamble/postamble.
commita786464ae80d5f50ab0db2c08ce95d807eefa53a
authorBastien Guerry <bzg@altern.org>
Tue, 15 Mar 2011 14:36:25 +0000 (15 15:36 +0100)
committerBastien Guerry <bzg@altern.org>
Tue, 15 Mar 2011 14:36:25 +0000 (15 15:36 +0100)
tree3a70416026e2b1a94c25c03c4dc19ad144674179
parent187b47f41248fec5c387d0fc99e9da114eefdac4
Various fixes for org-export-html-preamble/postamble.

* org-html.el (org-export-html-insert-plist-item): Remove.
(org-export-html-preamble): Default to `t'.  Accept functions.
(org-export-html-postamble): Default to `auto'.  Accept
functions and distinguish between 'auto (no formatting string)
and `t' (default formatting string).
(org-export-as-html): Handle org-export-html-preamble and
org-export-html-postamble new defaults/allowed values.
Define email and creator-info before using them.
lisp/org-html.el