Bastien wrote: >Hi David, >David Maus writes: >> * org-html.el (org-html-level-start): Add multiple container >> classes. >I don't quite understand this patch. >Can't we use > :PROPERTIES: > :HTML_CONTAINER_CLASS: class1 class2 class3 > :END: >already? No: Org currently only uses the first class. E.g. ,---- | (re-search-forward "^[ \t]*:HTML_CONTAINER_CLASS:[ \t]+\\(\\S-+\\)" nil t) | (setq class (match-string 1)) `---- \\S-+ matches only the first sequence of non-space characters. >PS: Also, please make sure the patch only reflect changes in the code >(avoid refilling), it makes it easier to read ;) Okay, I'll try to remember to provide separate patches for this. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de