|
Subject: HTML Postamble is inside Content DIV Newsgroups: gmane.emacs.orgmode Date: 2011-04-29 22:15:06 GMT (1 year, 3 weeks, 2 days, 9 hours and 18 minutes ago)
Hello,
After a couple of tests, I've observed that the postamble is forced to be
included *inside* the div "content".
Proof on Line 1764... These are the ending tags of every HTML page:
#+begin_src emacs-lisp
(unless body-only (insert "\n</div>\n</body>\n</html>\n"))
#+end_src
... the closing </div> referring to the opening of "content".
Shouldn't it make sense to be able to insert something *out of* the "content"
div?
Best regards,
Seb
--
Sébastien Vauban
|
|