Require the ox-md feature when Org is loaded

As I export my blog posts to Markdown, I need this feature to be present.
This commit is contained in:
Gergely Polonkai 2016-12-22 10:45:51 +01:00
parent bbebe85d6e
commit 27e7caa898
1 changed files with 1 additions and 0 deletions

View File

@ -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