From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Inline src block results no longer exported Date: Mon, 11 Dec 2017 14:57:27 +0100 Message-ID: <87tvwxxt88.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOOaJ-00064x-Rp for emacs-orgmode@gnu.org; Mon, 11 Dec 2017 08:57:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOOaJ-0006yH-53 for emacs-orgmode@gnu.org; Mon, 11 Dec 2017 08:57:31 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:49628) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eOOaI-0006wm-Ve for emacs-orgmode@gnu.org; Mon, 11 Dec 2017 08:57:31 -0500 In-Reply-To: (Charles Berry's message of "Mon, 11 Dec 2017 00:07:19 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Berry, Charles" Cc: emacs-org list Hello, "Berry, Charles" writes: > This commit > > --- > commit 5f5d82ed516b7b385a9258271becbfa247e94af3 > Author: Nicolas Goaziou > 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