From 48723a3a8c9213eeab54a1c056a405b1ff0a95fa Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 25 Jul 2023 12:50:06 +0200 Subject: org: enable markdown exporter Also removes unwanted exporters from the export UI. --- lisp/init-org.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/init-org.el b/lisp/init-org.el index 0084c9e..249770f 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -84,6 +84,9 @@ ("m" "Agenda and all TODOs split by state" ((agenda "") (todo "TODO") (todo "WAIT"))))) + ;; set export backends + (setq org-export-backends '(ascii html md)) + :config ;; enable template expansion when typing