Clean handling :html-pre/postamble options wrt author/email/creator-info.
commit595379852221002726a1a1dc03ee4aebdd677423
authorBastien Guerry <bzg@altern.org>
Fri, 4 Mar 2011 15:32:10 +0000 (4 16:32 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 4 Mar 2011 15:32:10 +0000 (4 16:32 +0100)
tree9a6ed9de4dfe6b22ec125538d089a1003dee392b
parentfc702a8345f1988498f82c9811df77100b034c68
Clean handling :html-pre/postamble options wrt author/email/creator-info.

* org-html.el (org-export-html-preamble)
(org-export-html-postamble): now default to `nil'.
(org-export-as-html): when :html-pre/postamble is nil, fall
back on the default pre/postamble, which depends on the
:author-info, :email-info, :creator-info options.

* org-exp.el (org-export-plist-vars): reorder the alist.

* org.texi (Export options): better document :html-preamble
and :html-postamble: setting these options will override any
:author-info, :email-info and :creator-info options for the
HTML export.
doc/org.texi
lisp/org-exp.el
lisp/org-html.el