> For more info checkout out my `staging' branch.
Forgot the link. Here it is:
http://repo.or.cz/w/org-mode/org-jambu.git/tree/staging
Jambunathan K.
(On a related note)
As part of my odt exporter, I have factored out a generic exporter to
which org-html.el and org-odt.el plugs in.
The generic exporter is callback driven. I have included the typical
callback that the odt exporter registers down below.
The generic infrastructure is in place
Bastien writes:
> Are there other hardcoded HTML classes/ids that the user might want to
> customize? If so, can we think about a simple way to define all of them
> at once?
The id/class values are hardcoded in several different places and
generated in different ways in org-html.el, so I think