emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] Bug: Inline src block results no longer exported
Date: Mon, 11 Dec 2017 14:57:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

"Berry, Charles" <address@hidden> writes:

> 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.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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