From 3a455e63c03f90b01e75dca54fb6f1f595e62d92 Mon Sep 17 00:00:00 2001 From: jowj Date: Fri, 22 Nov 2019 15:55:39 -0600 Subject: [PATCH] Add md as an org export backend. --- applicationConfiguration/.emacs/jlj-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applicationConfiguration/.emacs/jlj-org.el b/applicationConfiguration/.emacs/jlj-org.el index 9b9fa62..03036ae 100644 --- a/applicationConfiguration/.emacs/jlj-org.el +++ b/applicationConfiguration/.emacs/jlj-org.el @@ -81,3 +81,6 @@ "* TODO %?\n%U \n '%a'" :empty-lines 1 :prepend t) ("t" "Todo" entry (file "~/Nextcloud/Documents/org/refile-beorg.org") "* TODO %?\n%U" :empty-lines 1 :prepend t))) + +;; configure org exporters +(require 'ox-md)