summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-10 09:32:20 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-10 09:32:20 -0700
commit0b52bc4c7afedb3cc819eabd56e427d14a2dd080 (patch)
treed7dd46890d52c2bdf5233644716f92d69cd33411 /emacs/custom
parentmy-uptime: rename the function to `my/uptime-is` (diff)
downloademacs.d-0b52bc4c7afedb3cc819eabd56e427d14a2dd080.tar.gz
org: load `ox-md`
That way I can export org-mode files to markdown (then I can copy the
generated markdown to our wiki).
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-org.el b/emacs/custom/my-org.el
index ea217f5..2d8e294 100644
--- a/emacs/custom/my-org.el
+++ b/emacs/custom/my-org.el
@@ -7,6 +7,7 @@
 (require 'org-capture)
 (require 'org-archive)
 (require 'ox)
+(require 'ox-md)
 
 (defvar my/org-directory
   (if (memq window-system '(mac ns))