emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] bug in exporter (org-babel-exp-process-buffer)


From: Nicolas Goaziou
Subject: Re: [O] bug in exporter (org-babel-exp-process-buffer)
Date: Tue, 10 Jun 2014 22:00:55 +0200

Hello,

Charles Berry <address@hidden> 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



reply via email to

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