I see references to, and examples that use
#+BEGIN_SRC bash
But in my org mode version (elpa, org 20150316) in the menu of customize-variable org-babel-load-languages
, there is no "bash" item, only shell. Attempting to evaluate code such as
#+BEGIN_SRC bash
ls -l
#+END_SRC
I get
org-babel-execute-src-block: No org-babel-execute function for bash!
What am I missing?
Thanks.
#+begin_src sh :shebang "#!/bin/bash"
? – Vacillation(load-file "~/org-git/org-mode/lisp/ob-shell.el")
allows#+BEGIN_SRC bash
and also allows org babel processing of associative arrays. – Nemanob-shell.el
is the key. – Enough