From 452aeebf35fbfa67dec9cbdd6211dd382c2459c6 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 31 Jan 2020 00:17:29 +0000 Subject: [PATCH] Small fix on .emacs --- .emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index 9e66ff1..9569ec5 100644 --- a/.emacs +++ b/.emacs @@ -116,10 +116,10 @@ (setq file-ext "html") ;; Light approach, which requires web access and readable code (but speaker notes and relative paths don't work): ;; (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 ~/.revealjs/): (setq file-type "revealjs --self-contained -V revealjs-url='/home/ntnsndr/.revealjs/reveal.js' -V theme=ntn -V controls=false --slide-level=2")) ;; proceed - (setq tmp-in-file "/tmp/pandoc-in.txt") + (setq tmp-in-file "/tmp/pandoc-in.tmp") (setq tmp-out-file (concat "/tmp/pandoc-out." file-ext)) (write-region nil nil tmp-in-file) (shell-command (concat