Hi Marcin, Marcin Borkowski <mb...@wmi.amu.edu.pl> writes: > > I'd like to get something like this: > > <p class="myclass">Hello world</p> > > What should I write in the Org file? Looking at org-html-paragraph, I'm > afraid that it's currently impossible.
This works for me: ---------------------------------- #+ATTR_HTML: :class myclass This is a paragraph. ---------------------------------- That produces ---------------------------------- <p class="myclass"> This is a paragraph.</p> ---------------------------------- in the exported HTML. Best, Richard OpenPGP Key ID: CF6FA646 Fingerprint: 9969 43E1 CF6F A646 (See http://www.ocf.berkeley.edu/~rwl/encryption.html for more information.)