org-e-html: Fix preamble and postamble
commitb40d8f7c73a6b7c8577eeb07929a44d0fa1effbb
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 25 Sep 2012 20:20:37 +0000 (25 22:20 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 25 Sep 2012 20:50:00 +0000 (25 22:50 +0200)
tree62461b14eb7e8d0ed498045715d82aba08ba95a7
parent5b303c8df3031da3d4a96ea9ff1aa59a05c7112c
org-e-html: Fix preamble and postamble

* contrib/lisp/org-e-html.el (org-e-html--build-preamble): Renamed
  from `org-e-html-preamble'.  Properly call user-provided preamble
  function when appropriate.  Refactor code.
(org-e-html--build-postamble): Renamed from `org-e-html-postamble.
  Properly call user-provided preamble function when appropriate.
  Refactor code.
(org-e-html-template): Small refactoring.
(org-e-html--translate): Use :html entries in `org-export-dictionary'
instead of :utf-8.
(org-e-html--build-meta-info): Renamed from `org-e-html-meta-info'.
Add docstring.
(org-e-html--build-style): Renamed from `org-e-html-style'. Add
docstring.
(org-e-html--build-mathjax-config): Renamed from
`org-e-html-mathjax-config'.  Add docstring.
contrib/lisp/org-e-html.el