Hello, Kaushal Modi <kaushal.m...@gmail.com> 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