1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-22 07:06:35 +02:00

Change reveal.min.* to reveal.*

This commit is contained in:
Yujie Wen 2015-02-06 23:01:08 +08:00
parent 2f8ee48881
commit a93fc6f259

View File

@ -98,7 +98,7 @@
(defcustom org-reveal-root "./reveal.js"
"The root directory of reveal.js packages. It is the directory
within which js/reveal.min.js is."
within which js/reveal.js is."
:group 'org-export-reveal)
(defcustom org-reveal-hlevel 1
@ -407,7 +407,7 @@ using custom variable `org-reveal-root'."
(concat
;; stylesheets
(format "
<link rel=\"stylesheet\" href=\"%scss/reveal.min.css\"/>
<link rel=\"stylesheet\" href=\"%scss/reveal.css\"/>
<link rel=\"stylesheet\" href=\"%scss/theme/%s.css\" id=\"theme\"/>
"
root-path root-path
@ -443,10 +443,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 "
<script src=\"%slib/js/head.min.js\"></script>
<script src=\"%sjs/reveal.min.js\"></script>
<script src=\"%sjs/reveal.js\"></script>
"
root-path root-path)
;; plugin headings