Fixed #182, add data-transition to both outer and inner <section> tag

This commit is contained in:
yujie 2016-05-04 17:33:44 +08:00
parent e9e2c6293a
commit a8e841aaa4
1 changed files with 1 additions and 0 deletions

View File

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