From 0b52bc4c7afedb3cc819eabd56e427d14a2dd080 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 10 May 2022 09:32:20 -0700 Subject: org: load `ox-md` That way I can export org-mode files to markdown (then I can copy the generated markdown to our wiki). --- emacs/custom/my-org.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/custom') 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)) -- cgit 1.4.1