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
This commit is contained in:
parent
d6762bc893
commit
78b40fb427
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
restclient ; ob-restclient
|
||||
ruby
|
||||
rust ; ob-rust
|
||||
sh
|
||||
shell
|
||||
sqlite
|
||||
sql-mode ; ob-sql-mode
|
||||
translate ; ob-translate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue