emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [NEW EXPORTER] [BUG] HTML_CONTAINER_CLASS property ignored


From: Rick Frankel
Subject: [O] [NEW EXPORTER] [BUG] HTML_CONTAINER_CLASS property ignored
Date: Sun, 24 Feb 2013 11:53:22 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Nicolas-

The new HTML exporter does not actually use the value of the
:HTML_CONTAINER_CLASS: property. The old exporter saved the value off
into the property :html-container-class on the headline (with
`org-export-remember-html-container-classes'), the new exporter
references the `:html-container-class' property on the headline, but i
see no way to set it.

My guess is that on ox-html.el:1917 (the only reference to 
:html-container-class)
   
   (extra-class (org-element-property :html-container-class headline))

should be

   (extra-class (org-element-property :HTML_CONTAINER_CLASS headline))

Does this seem the correct fix to you?

rick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]