ob-core: Fix inserting improper lists
commitad7b7efcdc2e0803cbf0257bb2588c8e8e1cac29
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 23 Feb 2015 17:37:37 +0000 (23 18:37 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 23 Feb 2015 17:44:52 +0000 (23 18:44 +0100)
tree570f6ee4086d3642187229c01b1f561011f2e499
parente4da74c452f945274a8586be2803ed6b3a31b0bc
ob-core: Fix inserting improper lists

* lisp/ob-core.el (org-babel-insert-result): Fix output when result is
  an improper list, which cannot be turned into a table.

* testing/lisp/test-ob.el (test-ob/org-babel-insert-result--improper-lists):
  New test.

Reported-by: Daniele Pizzolli <dan@toel.it>
<http://permalink.gmane.org/gmane.emacs.orgmode/95348>
lisp/ob-core.el
testing/lisp/test-ob.el