org-element: Fix babel call parser
commit7fe9ae6bd2400f2c7b53b733ee19f231a07eb54f
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 20 Jun 2017 19:20:30 +0000 (20 21:20 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 20 Jun 2017 19:20:30 +0000 (20 21:20 +0200)
treecc1c6378ccb4596080e13b9394be7e2dff8019a7
parent97fa95cbc3cc485540a82145b25db4f9b54041cf
org-element: Fix babel call parser

* lisp/org-element.el (org-element-babel-call-parser): Handle complex
  arguments.
* testing/lisp/test-org-element.el (test-org-element/babel-call-parser):
Add test.

Reported-by: Eric S Fraga <e.fraga@ucl.ac.uk>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00366.html>
lisp/org-element.el
testing/lisp/test-org-element.el