From b43d7fe88b02c59500fe052da4fc0c251527e646 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 15 Dec 2015 01:34:28 -0500 Subject: org-babel-do-load-languages: Update sh name This has been wrong for a long time. ob-sh.el was renamed to ob.shell.el in Org version 8.2, so org-babel-do-load-languages was loading the builtin ob-sh.el. I didn't notice any issue until a recent change in Org removed a function that ob-sh.el calls. --- lisp/init-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/init-org.el b/lisp/init-org.el index a1d7506..0af6195 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -682,7 +682,7 @@ to be easily overriden.") (org-babel-do-load-languages 'org-babel-load-languages - '((sh . t) + '((shell . t) (python . t) (R . t) (emacs-lisp . t) -- cgit v1.2.3