Merge pull request #200 from acowley/string-predicate

Don't use subr-x function
This commit is contained in:
Yujie Wen 2016-03-08 17:22:05 +08:00
commit a2b4dd7103
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ holding contextual information."
(let ((attrs
(org-html--make-attribute-string
`(:data-transition ,(org-element-property :REVEAL_DATA_TRANSITION headline)))))
(if (string-empty-p attrs)
(if (string= attrs "")
"<section>\n"
(format "<section %s>\n" attrs))))
;; Start a new slide.