diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-10 09:32:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 09:32:20 -0700 |
commit | 0b52bc4c7afedb3cc819eabd56e427d14a2dd080 (patch) | |
tree | d7dd46890d52c2bdf5233644716f92d69cd33411 /emacs/custom | |
parent | my-uptime: rename the function to `my/uptime-is` (diff) | |
download | emacs.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.el | 1 |
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)) |