emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Inline src block results no longer exported
@ 2017-12-11  0:07 Berry, Charles
  2017-12-11 13:57 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Berry, Charles @ 2017-12-11  0:07 UTC (permalink / raw)
  To: emacs-org list

This commit

---
  commit 5f5d82ed516b7b385a9258271becbfa247e94af3
  Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: Inline src block results no longer exported
  2017-12-11  0:07 Bug: Inline src block results no longer exported Berry, Charles
@ 2017-12-11 13:57 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-12-11 13:57 UTC (permalink / raw)
  To: Berry, Charles; +Cc: emacs-org list

Hello,

"Berry, Charles" <ccberry@ucsd.edu> writes:

> This commit
>
> ---
>   commit 5f5d82ed516b7b385a9258271becbfa247e94af3
>   Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
>   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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-11 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-11  0:07 Bug: Inline src block results no longer exported Berry, Charles
2017-12-11 13:57 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).