org-html: put the title back in the content div.
commit8d25fdc7e124a3c3753afff003575bce28071d89
authorBastien Guerry <bzg@altern.org>
Wed, 27 Jul 2011 17:23:24 +0000 (27 19:23 +0200)
committerBastien Guerry <bzg@altern.org>
Wed, 27 Jul 2011 17:23:24 +0000 (27 19:23 +0200)
tree3a2fef7d2133cdbe62e9c226d9cd7fe9b9adad60
parente7eb56f39b5b843bc1487bb49c58e99e51c81fc1
org-html: put the title back in the content div.

This is needed for the HTML file to interact correctly with
org-info.js.  On the long term, the title should be part of
the preamble, but this requires work on org-info.js.

* org-html.el (org-export-html-preamble-format): New default
for the HTML preamble: don't include the title.  Also improve
the docstring.
(org-export-html-postamble-format): Improve the docstring.
(org-export-as-html): Add the title within the "content" div.
This is necessary for interaction with the org-info.js script.
lisp/org-html.el