ob-table: Fix org-sbe's handling of list arguments
commitc9d617b32278c04e114bd7c6375ca53636a005ba
authorVladimir Panteleev <git@thecybershadow.net>
Mon, 19 Mar 2018 00:23:13 +0000 (19 00:23 +0000)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 19 Mar 2018 23:01:09 +0000 (20 00:01 +0100)
treec7e3e76295b201665a02207a3f0beffbc2547f7f
parent5b59e16c9ea7ffa04ab71f8d37f8b8677e89f735
ob-table: Fix org-sbe's handling of list arguments

* ob-table.el (org-sbe): Add an explicit case for handling list
arguments. This avoids doing the wrong thing (%s-formatting a list,
thus losing syntax like double-quotes). This enables passing org-table
ranges through org-sbe in a simple and correct manner.

* test-ob-table.el: Add test.
lisp/ob-table.el
testing/lisp/test-ob-table.el