From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Philipp_M=C3=B6ller?= Subject: Exporting verbatim html that should not be part of an outline div Date: Thu, 8 Sep 2011 15:19:11 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00163628456811ce7004ac6de817 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1eVf-0008Bo-6A for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 09:19:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1eVe-0004yY-14 for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 09:19:15 -0400 Received: from mail-qy0-f176.google.com ([209.85.216.176]:59695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1eVd-0004yA-Pb for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 09:19:13 -0400 Received: by qyl16 with SMTP id 16so467389qyl.0 for ; Thu, 08 Sep 2011 06:19:11 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --00163628456811ce7004ac6de817 Content-Type: text/plain; charset=UTF-8 Hello, I'm trying to get a sidebar when exporting an org file to HTML and I'm stuck with getting my verbatim html into a separate div. The produced html should look like this
... outlines ...
It doesn't matter to me if the sidebar div is before or after the content div but it shouldn't be a child of it. Placing the verbatim HTML after any part of subtree won't work as the html will become part of this outline div. Placing the verbatim HTML before the first top level node won't work either, the div will be part of the content div. I currently work around this with the :html-postamble and add css for the postamble div but this is rather ugly and put parts of my document into the my org-mode configuration. Another options seems to set the postamble on a per file level but I have no idea how to do that. Is that a missing feature or am I overseeing anything? Cheers, Philipp --00163628456811ce7004ac6de817 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello,
I'm trying to get a sidebar when exporting an org file to HTM= L and I'm stuck with getting my verbatim html into a separate div. The = produced html should look like this

<div id=3D"content"= >
=C2=A0=C2=A0 ... outlines ...
</div>

<div id=3D"sid= ebar">

</div>

It doesn't matter to me if th= e sidebar div is before or after the content div but it shouldn't be a = child of it.

Placing the verbatim HTML after any part of subtree won't work as t= he html will become part of this outline div.
Placing the verbatim HTML = before the first top level node won't work either, the div will be part= of the content div.

I currently work around this with the :html-postamble and add css for t= he postamble div but this is rather ugly and put parts of my document into = the my org-mode configuration.

Another options seems to set the post= amble on a per file level but I have no idea how to do that.

Is that a missing feature or am I overseeing anything?

Cheers,Philipp
--00163628456811ce7004ac6de817--