From 7874f0ee895b07693f7bcc775b3eb37a08d50710 Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Sat, 15 Aug 2015 00:01:22 +0800 Subject: [PATCH] Fix typo. --- ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index 052e28b..51e8999 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -1011,7 +1011,7 @@ is the property list for the given project. PUB-DIR is the publishing directory. Return output file name." - (org-publish-org-to 'reval filename ".html" plist pub-dir)) + (org-publish-org-to 'reveal filename ".html" plist pub-dir)) (provide 'ox-reveal)