diff --git a/ox-reveal.el b/ox-reveal.el index 578e1bc..8b854c8 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -892,8 +892,7 @@ contextual information." 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))) "\n" (if-format "%s\n" (org-export-data (plist-get info :title) info))