Parse inline src blocks and babel calls with newlines
commit44e45d528498a05156ed0c10be297b984d4fbd2f
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 30 Dec 2015 22:59:57 +0000 (30 23:59 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 10 Feb 2016 14:40:10 +0000 (10 15:40 +0100)
tree448695cb29c8bb028070774802462d8ed67dbfb5
parenta1d9daa4527951fcca54133ea2fc1d6b645c227a
Parse inline src blocks and babel calls with newlines

* lisp/org-element.el (org-element--pair-round-table):
(org-element--pair-curly-table): New variables.
(org-element-inline-babel-call-parser):
(org-element-inline-src-block-parser): Allow newline characters in
contents and parameters.

* testing/lisp/test-org-element.el (test-org-element/inline-babel-call-parser):
(test-org-element/inline-src-block-parser): Add test.
lisp/org-element.el
testing/lisp/test-org-element.el