From 954d6a5dd27193e793c023b850eea8c124d66aab Mon Sep 17 00:00:00 2001 From: "John D. Corless" Date: Tue, 3 Feb 2015 15:47:57 -0600 Subject: [PATCH] Removed min from revealjs file names --- ox-reveal.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ox-reveal.el b/ox-reveal.el index b2817ea..d46eacf 100755 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -400,7 +400,7 @@ using custom variable `org-reveal-root'." (concat ;; stylesheets (format " - + " root-path root-path @@ -436,10 +436,10 @@ custom variable `org-reveal-root'." (let* ((root-path (file-name-as-directory (plist-get info :reveal-root)))) (concat ;; reveal.js/lib/js/head.min.js - ;; reveal.js/js/reveal.min.js + ;; reveal.js/js/reveal.js (format " - + " root-path root-path) ;; plugin headings