On Wed, Apr 02, 2014 at 09:06:48AM +0200, Nicolas Goaziou wrote: > > If deemed useful, I think this patch should use > `org-html--make-attribute-string' instead of hard-coding "class" > attribute: > > (attributes (org-html--make-attribute-string > (org-export-read-attribute :attr_html paragraph))) > > ... > > (t (format "<p%s%s>\n%s</p>" attributes extra contents)) > > This way, attributes will not be limited to "class" only. See, for > example, `org-html-special-block'.
A version of this patch using Nicolas' approach has been pushed to master. rick