emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Results with #+begin_example/#+end_example don't get overwritten


From: Nicolas Goaziou
Subject: Re: [O] Results with #+begin_example/#+end_example don't get overwritten
Date: Tue, 28 Nov 2017 23:36:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Kaushal Modi <address@hidden> writes:

> Or may be just do this:
>
> diff --git a/lisp/ob-core.el b/lisp/ob-core.el
> index 00f0fe33ecf..f04392a96d2 100644
> --- a/lisp/ob-core.el
> +++ b/lisp/ob-core.el
> @@ -2465,7 +2465,7 @@ in the buffer."
>         (if (memq (org-element-type element)
>               ;; Possible results types.
>               '(drawer export-block fixed-width item plain-list src-block
> -                  table))
> +                  example-block table))

Yes, I simply forgot to add the `example-block' type. Now fixed. Thank
you.


Regards,

-- 
Nicolas Goaziou



reply via email to

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