diff --git a/ox-reveal.el b/ox-reveal.el index 86e91d6..c1cbb75 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -741,7 +741,7 @@ holding export options." "Return HTML tags or perform SIDE EFFECT according to key. Use the previous section tag as the tag of the split section. " (case (intern key) - (split (format "\n%s" org-reveal--last-slide-section-tag "")))) + (split (format "\n%s" org-reveal--last-slide-section-tag)))) (defun org-reveal-parse-keyword-value (value) "According to the value content, return HTML tags to split slides."