emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: Inline src block results no longer exported


From: Berry, Charles
Subject: [O] Bug: Inline src block results no longer exported
Date: Mon, 11 Dec 2017 00:07:19 +0000

This commit

---
  commit 5f5d82ed516b7b385a9258271becbfa247e94af3
  Author: Nicolas Goaziou <address@hidden>
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]