On Sat, Mar 2, 2013 at 6:14 PM, Bastien <b...@altern.org> wrote: > Hi Sean, > > "Sean O'Halpin" <sean.ohal...@gmail.com> writes: > >> One small point: as we're going to have to change the meta directive >> "#+STYLE" to "#+HTML_STYLE", can we change the name to reflect what it >> really does in the HTML backend, i.e. insert text verbatim into the >> <head> element? I suggest we rename it to "#+HTML_HEAD". > > Done. You can now use HTML_HEAD instead of HTML_STYLE. > > Some variables were also renamed, check the details here: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=2752ef > > Best, > > -- > Bastien
Thanks! It will now feel less hacky to use it for other <head> elements :) Also, it's just struck me - wouldn't it be more consistent if ATTR_HTML were HTML_ATTR, ATTR_LATEX were LATEX_ATTR, etc.? But I suppose if you go down that route of everything export backend related being prefixed with the export type, you'd really have to change BEGIN_HTML to HTML_BEGIN, etc. Perhaps going too far... Regards, Sean