Added .docx to list of options for pandoc routine in .emacs

This commit is contained in:
Nathan Schneider
2020-05-06 21:33:24 +00:00
parent 1a73dde7ba
commit 58a822545b
+1 -1
View File
@@ -97,7 +97,7 @@
(defun pandoc ()
(interactive)
(let (file-type file-ext tmp-out-file tmp-out-file out-file current-dir)
(setq file-type (read-string "File type (epub, [html], odt, pdf, pptx, reveal, etc.): "))
(setq file-type (read-string "File type (docx, epub, [html], odt, pdf, pptx, reveal, etc.): "))
(setq file-ext file-type)
;; set default as html
(when (string-equal file-type "")