From 8a0e78e04e42f23cfb09ac6029d45167c00149d4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 Apr 2015 21:57:13 +0100 Subject: Emacs: Enable ledger weaving with org-babel --- tag-emacs/emacs.d/init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 50a6ed77..b3b505e5 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -874,6 +874,13 @@ mouse-1: Display Line and Column Mode Menu")))))) (if (looking-at (concat " +" org-todo-regexp "\\( +\\|[ \t]*$\\)")) (org-todo "STARTED"))))))) +(req-package org-babel + :require org + :defer t + :config (org-babel-do-load-languages + 'org-babel-load-languages + '((ledger . t)))) + (req-package org-journal :require org :defer t -- cgit 1.4.1