This commit
---
commit 5f5d82ed516b7b385a9258271becbfa247e94af3
Author: Nicolas Goaziou <[email protected]>
Date: Tue Nov 21 22:25:17 2017 +0100
Remove second pass for macro expansion
---
breaks the processing of inline src block results wrapped as {{{results(=my
result=)}}}.
ECM:
Copy the follow org block to a buffer and run `C-c C-e l L y y'
#+begin_src org
See nothing: src_emacs-lisp{"Hello World"}
See something: src_emacs-lisp[:results raw]{ "Raw Results" }
#+end_src
The result will be
#+begin_example
See nothing:
See something: Raw Results
#+end_example
missing the Hello World.
Chuck