diff --git a/ox-reveal.el b/ox-reveal.el index 8b93642..576fed4 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -424,7 +424,8 @@ the plist used as a communication channel." contents is the transcoded contents string. info is a plist holding export options." (concat - (format "\n\n\n" + (format " +\n\n\n" (if-format " lang=\"%s\"" (plist-get info :language))) (if-format "%s\n" (plist-get info :title)) (if-format "\n" (plist-get info :author))