From 6c4579c3110a418e878d16f7f5038da403a49e75 Mon Sep 17 00:00:00 2001 From: Matt Price Date: Thu, 9 Jul 2015 16:22:23 -0400 Subject: [PATCH] * org-reveal-extra-css fixed a typo in last commit! --- ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index 02bb254..b3a8066 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -164,7 +164,7 @@ can contain the following escaping elements: :group 'org-export-reveal :type 'string) -(defcustom org-reveal-css-js +(defcustom org-reveal-extra-css "" "URL to extra css file." :group 'org-export-reveal