Łukasz Stelmach <lukasz.stelm...@iem.pw.edu.pl> wrote:

> The docstrings for org-export-html-(pre|post)amble say
> 
>     (Pre|Post)amble, to be inserted just (after|befor) </?body>.
> 
> This means that they should go before and after (respectively) <div
> id="content"> and its </div>. Am I right?
> 

Warning: I'm not an expert. I think the reason that they are inside the
<div id="content">.... </div> is so that they can get whatever style
the CSS gives this <div>. If they were outside, then you would have to
modify the CSS to get at them (maybe by defining a body style).

Does it matter? Is the placement inside the <div> causing you
difficulties? The preamble still comes before any "real" content
and similarly for the postamble.

Nick

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to