diff --git a/.emacs b/.emacs index 84b7cb2..5f32093 100644 --- a/.emacs +++ b/.emacs @@ -114,7 +114,7 @@ ;; 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 ~/.revealjs/): - (setq file-type "revealjs --self-contained -V revealjs-url='/home/ntnsndr/.revealjs/reveal.js' -V theme=ntn -V controls=false --slide-level=2")) + (setq file-type "revealjs --embed-resources --standalone -V revealjs-url='/home/ntnsndr/.revealjs/reveal.js' -V theme=ntn -V controls=false --slide-level=2")) ;; set up slides pptx routine (when (string-equal file-type "pptx") (setq file-ext "pptx")