From 6972b52ce591c7531b33db330b800874f5d1e353 Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Sun, 30 Mar 2014 16:44:08 +0800 Subject: [PATCH] Remove the abundant parenthesis in title. --- ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index de1b092..0851936 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -704,7 +704,7 @@ info is a plist holding export options." \n\n\n" (if-format " lang=\"%s\"" (plist-get info :language))) "\n" - (if-format "%s\n" (plist-get info :title)) + (if-format "%s\n" (org-export-data (plist-get info :title) info)) (if-format "\n" (plist-get info :author)) (if-format "\n" (plist-get info :description)) (if-format "\n" (plist-get info :keywords))