Here is a quick patch. Not meant to be applied but meant for testing
purpose only.
So there is a html backend which doesn't add divs and there is a HTML
backend that adds divs. (The difference is between html and HTML, in
capslock).
The `org-export-dispatch' uses HTML backend, while you can c
The aren't really content elements but merely structuring
or styling elements.
I think there should be a clear separation between contents and how it
is wrapped. The base HTML exporter should just generate content with no
divs at all. There could be a fancy HTML exporter which does generate
On Tue, Mar 05, 2013 at 09:16:16AM +0100, Nicolas Goaziou wrote:
> Rick Frankel writes:
> > On the other hand, it would be easier if ox-html were modified so that
> > org-html-headline uses a variable (or callback) for the format of the
> > wrapper (currently " > generation. This would add flexib
Hello,
Rick Frankel writes:
> I seem to have reached the limit of my emacs-fu. I am looking at
> adding XOXO output to the S5 exporter (S5 has built-in support for
> XOXO structured documents) and was trying to use an element (headline)
> filter to modify the document structure. I am also trying
This may be a question for Nicolas ---
I seem to have reached the limit of my emacs-fu. I am looking at
adding XOXO output to the S5 exporter (S5 has built-in support for
XOXO structured documents) and was trying to use an element (headline)
filter to modify the document structure. I am also tryin