Added .docx to list of options for pandoc routine in .emacs
This commit is contained in:
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user