ox: Fix inline source block evaluation
commitc3c1c52eb8db75ed0691b0f5b21f24ee5b1f6077
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 11 Dec 2017 13:50:02 +0000 (11 14:50 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 11 Dec 2017 13:56:57 +0000 (11 14:56 +0100)
tree450f765b53622943ab574e627b5de68492d483e6
parent076cba6b2de44153841020bc0e140f5308bd5f26
ox: Fix inline source block evaluation

* lisp/ox.el (org-export-as): Specifically expand {{{results}}} macro
  after Babel code execution.
* testing/lisp/test-ox.el (test-org-export/expand-macro): Add test.

Reported-by: "Berry, Charles" <ccberry@ucsd.edu>
<http://lists.gnu.org/r/emacs-orgmode/2017-12/msg00202.html>
lisp/ox.el
testing/lisp/test-ox.el