Re: [O] Re: [Patch] HTML export -- Allow to change the name of the global DIV

2011-03-14 Thread Jambunathan K
> 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.

Re: [O] Re: [Patch] HTML export -- Allow to change the name of the global DIV

2011-03-14 Thread 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

[O] Re: [Patch] HTML export -- Allow to change the name of the global DIV

2011-03-14 Thread Matt Lundin
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