On Sun, Jan 04, 2015 at 02:32:03AM +0100, Rasmus wrote: > Hi, > > RC <re...@yahoo.com> writes: > > > If the default heading and content classes used by ox-html could be > > changed or aliased it should work well with org-mode html > > Maybe you can set up filters then to replace e.g. section into the desired > naming-scheme. AFAIR class-names are hard-coded in ox-html.
As Rasmus mentioned in a previous email, there is no way currently to add html attributes to lists w/ ATTR_HTML. A filter, a mentioned above, is your simplest approach. The best (IMHO) would be to create a derived exporter (ox-bootstrap?) based on ox-html. You can look at one of the slideshow backends (ox-deck, ox-s5, ox-reveal) for examples (e.g., `org-deck-item' or org-s5-headline for how to "advise" the html exporter functions.) rick