assign HTML_CONTAINER_CLASS property to reveal section class

This commit is contained in:
Nicholas J Meyer 2017-07-29 15:27:25 -04:00
parent 55e273ac9f
commit 6d913caed8
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ holding contextual information."
(slide-section-tag (format "<section %s%s>\n"
(org-html--make-attribute-string
`(:id ,(format "slide-%s" preferred-id)
:class ,(org-element-property :HTML_CONTAINER_CLASS headline)
:data-transition ,(org-element-property :REVEAL_DATA_TRANSITION headline)
:data-state ,(org-element-property :REVEAL_DATA_STATE headline)
:data-background ,(or (org-element-property :REVEAL_BACKGROUND headline)