From 6e23836a1d373c36fec41e52677e69a092109117 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 20 Dec 2020 17:25:01 +0100 Subject: [PATCH] Always use pandoc for markdown export Pandoc is the default for me. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index bf19476..4968de4 100644 --- a/init.el +++ b/init.el @@ -2916,7 +2916,7 @@ With given ARG, display files in `db/important-document-path’." :ensure t :commands (markdown-mode) :init (setq markdown-use-pandoc-style-yaml-metadata t - markdown-command "pandoc -f markdown -t html")) + markdown-command "pandoc")) (use-package pdf-occur :commands (pdf-occur-global-minor-mode))