Rick Frankel <rick <at> rickster.com> writes: > 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 > >
Thanks for the pointers. One of the other responses mentioned o-blog and I am going to try it. But setting up an export backend also seems fairly straightforward to do.