From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug in exporter (org-babel-exp-process-buffer) Date: Tue, 10 Jun 2014 22:00:55 +0200 Message-ID: <871tuwilfs.fsf@selenimh.mobile.lan> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuSDa-0001BY-NE for emacs-orgmode@gnu.org; Tue, 10 Jun 2014 16:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuSDS-0006KG-9X for emacs-orgmode@gnu.org; Tue, 10 Jun 2014 16:00:26 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:53259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuSDS-0006K4-3S for emacs-orgmode@gnu.org; Tue, 10 Jun 2014 16:00:18 -0400 In-Reply-To: (Charles Berry's message of "Tue, 10 Jun 2014 00:22:37 +0000 (UTC)") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Charles Berry Cc: emacs-orgmode@gnu.org Hello, Charles Berry writes: > The use of `org-confirm-babel-evaluate' as a function breaks inline src > blocks just as was described in this thread from last year: > > http://lists.gnu.org/archive/html/emacs-orgmode/2013-11/msg00669.html > [...] > I believe that Eric's patch or something like it would fix the current > problem in org-babel-exp-process-buffer: > > (inline-src-block > - (let* ((info (org-babel-parse-inline-src-block-match)) > + (let* ((head (match-beginning 0)) > + (info (append (org-babel-parse-inline-src-block-match) > + (list nil nil head))) > (params (nth 2 info))) > (setf (nth 1 info) > > Can this be fixed, please? I tried to apply these changes in maint, but I see no difference with current behaviour when exporting the ECM provided in the thread above. Am I missing something? Regards, -- Nicolas Goaziou