corrected error on .emacs file

This commit is contained in:
Nathan Schneider
2019-09-30 21:54:49 -06:00
parent 0c7e309365
commit 047b2a1aee
+2 -2
View File
@@ -117,9 +117,9 @@
(when (string-equal file-type "slides") (when (string-equal file-type "slides")
(setq file-ext "html") (setq file-ext "html")
;; Light approach, which requires web access and readable code (but speaker notes and relative paths don't work): ;; Light approach, which requires web access and readable code (but speaker notes and relative paths don't work):
;; (setq file-type "revealjs --variable revealjs-url='http://lab.hakim.se/reveal-js' --standalone")) ;; (setq file-type "revealjs -V revealjs-url='http://lab.hakim.se/reveal-js' --standalone"))
;; Heavy embedded binary approach (relies on reveal.js/ being in ~/.pandoc/): ;; Heavy embedded binary approach (relies on reveal.js/ being in ~/.pandoc/):
(setq file-type "revealjs --self-contained --variable revealjs-url='$HOME/.revealjs/reveal.js' -V theme=ntn -V controls=false --slide-level=2")) (setq file-type "revealjs --self-contained -V revealjs-url='/home/ntnsndr/.revealjs/reveal.js' -V theme=ntn -V controls=false --slide-level=2"))
;; proceed ;; proceed
(setq tmp-in-file "/tmp/pandoc-in.txt") (setq tmp-in-file "/tmp/pandoc-in.txt")
(setq tmp-out-file (concat "/tmp/pandoc-out." file-ext)) (setq tmp-out-file (concat "/tmp/pandoc-out." file-ext))