From 78b40fb427c0127b076214c391669ed8d9eec398 Mon Sep 17 00:00:00 2001 From: Benjamin Andresen Date: Sun, 16 Jul 2017 04:28:53 +0200 Subject: [PATCH] Fix: org/babel: sh -> shell sh was renamed to shell in Org 8.2 [1] and this may result in some undesired behavior as it will fall back to the bundled ob-sh.el [1] http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS --- modules/org/org-babel/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/org/org-babel/config.el b/modules/org/org-babel/config.el index e36d1f48c..e3c1332f5 100644 --- a/modules/org/org-babel/config.el +++ b/modules/org/org-babel/config.el @@ -27,7 +27,7 @@ restclient ; ob-restclient ruby rust ; ob-rust - sh + shell sqlite sql-mode ; ob-sql-mode translate ; ob-translate