emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exporting verbatim html that should not be part of an outline div
@ 2011-09-08 13:19 Philipp Möller
  0 siblings, 0 replies; only message in thread
From: Philipp Möller @ 2011-09-08 13:19 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

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

<div id="content">
   ... outlines ...
</div>

<div id="sidebar">

</div>

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

[-- Attachment #2: Type: text/html, Size: 1099 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-08 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-08 13:19 Exporting verbatim html that should not be part of an outline div Philipp Möller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).