Re: [O] New html exporter and filters

2013-03-06 Thread Jambunathan K
The div /div 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

Re: [O] New html exporter and filters

2013-03-06 Thread Jambunathan K
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

Re: [O] New html exporter and filters

2013-03-05 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com 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

Re: [O] New html exporter and filters

2013-03-05 Thread Rick Frankel
On Tue, Mar 05, 2013 at 09:16:16AM +0100, Nicolas Goaziou wrote: Rick Frankel r...@rickster.com 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 div id=\%s...) and a

[O] New html exporter and filters

2013-03-04 Thread Rick Frankel
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