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:
parent
bbebe85d6e
commit
27e7caa898
1
init.el
1
init.el
@ -378,6 +378,7 @@
|
|||||||
"/orgmode/from-mobile.org"))
|
"/orgmode/from-mobile.org"))
|
||||||
org-log-done 'time)
|
org-log-done 'time)
|
||||||
:config
|
:config
|
||||||
|
(require 'ox-md)
|
||||||
(unless (boundp 'org-capture-templates)
|
(unless (boundp 'org-capture-templates)
|
||||||
(setq org-capture-templates nil))
|
(setq org-capture-templates nil))
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
|
Loading…
Reference in New Issue
Block a user