From 6f7e92bdb64bbc305a10d4ebe31e9a3ee8e87580 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 17 Oct 2012 15:07:58 -0600 Subject: [PATCH] adding ob-makefile to `org-babel-load-languages' * lisp/org.el (org-babel-load-languages): Adding ob-makefile to `org-babel-load-languages'. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index ea2f547bc..40745baa6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -205,6 +205,7 @@ requirements) is loaded." (const :tag "Ledger" ledger) (const :tag "Lilypond" lilypond) (const :tag "Lisp" lisp) + (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "Matlab" matlab) (const :tag "Mscgen" mscgen) -- 2.11.4.GIT