Matt Price <mopto...@gmail.com> writes:
> Hi eveyrone,
>
> I'm coming up on this with some frequency now -- I often need to write
> documents in a pretty compact format, in which subheadings really need to be
> on the same line as their component text.  so for instance here:
>
> ** Timeline
> *** September 2011
> Research team assembles initial documents
>
> should be rendered (written in html for convenience, since i don't speak
> latex):
>
> <H2> Timeline </H2>
> <p><b>Semtember 2011:</b> Research team assembles initial documents</p>
>
> Do folks think this is something I can do from org somehow, or is my best
> bet to export to odt and redo the formatting in openoffice (that's what i do
> now but of course it's a bit frustrating to have to do so, esp. since it
> means that i'm stuck in Openoffice once I send a document out for
> comments).


Hi Matt,


looks like a case for the generic exporter to me.

See `org-generic-alist' in the file "contrib/lisp/org-export-generic.el"
for an example.


Sebastian

_______________________________________________
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