From 58a822545bac36b3f66b37733b969b5fb24fab84 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 6 May 2020 21:33:24 +0000 Subject: [PATCH] Added .docx to list of options for pandoc routine in .emacs --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index d220073..704a57d 100644 --- a/.emacs +++ b/.emacs @@ -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 "")