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
|
restclient ; ob-restclient
|
||||||
ruby
|
ruby
|
||||||
rust ; ob-rust
|
rust ; ob-rust
|
||||||
sh
|
shell
|
||||||
sqlite
|
sqlite
|
||||||
sql-mode ; ob-sql-mode
|
sql-mode ; ob-sql-mode
|
||||||
translate ; ob-translate
|
translate ; ob-translate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue