babel: Handle non-nested list values in shell
commitdb68b1fbf5827496b91651308fb3e5766283dfa5
authorDan Davison <davison@stats.ox.ac.uk>
Thu, 21 Oct 2010 09:25:46 +0000 (21 10:25 +0100)
committerDan Davison <davison@stats.ox.ac.uk>
Thu, 21 Oct 2010 12:06:56 +0000 (21 13:06 +0100)
tree6583bdbc8d61c45a66e8ffed54f8802ed22bbe92
parent35b0d6b1d4a0bdaa87fb61422e8c04692b3ec6cb
babel: Handle non-nested list values in shell

* ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
structure of an Org-mode table (list of lists)

Non-nested lists can arise either by explicit assignment,
e.g. :var '(1 2), or by assigning a one-dimensional slice of a table.
lisp/ob-sh.el