From 27e7caa8983d8f63e5011f74548469431e9ea32c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 22 Dec 2016 10:45:51 +0100 Subject: [PATCH] Require the ox-md feature when Org is loaded As I export my blog posts to Markdown, I need this feature to be present. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index db41715..b53b366 100644 --- a/init.el +++ b/init.el @@ -378,6 +378,7 @@ "/orgmode/from-mobile.org")) org-log-done 'time) :config + (require 'ox-md) (unless (boundp 'org-capture-templates) (setq org-capture-templates nil)) (add-to-list 'org-capture-templates