Changed Templates/ to .templates/
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
;; set up slides pptx routine
|
||||
(when (string-equal file-type "pptx")
|
||||
(setq file-ext "pptx")
|
||||
(setq file-type "pptx --reference-doc='/home/ntnsndr/Templates/Slideshow.pptx'"))
|
||||
(setq file-type "pptx --reference-doc='/home/ntnsndr/.templates/Slideshow.pptx'"))
|
||||
;; proceed
|
||||
(setq tmp-in-file "/tmp/pandoc-in.tmp")
|
||||
(setq tmp-out-file (concat "/tmp/pandoc-out." file-ext))
|
||||
|
||||
Reference in New Issue
Block a user