Hello, Mike Ivanov <m...@daatsys.com> writes:
> lisp/ob-lisp.el | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lisp/ob-lisp.el b/lisp/ob-lisp.el > index e717fc34e..0afb8c053 100644 > --- a/lisp/ob-lisp.el > +++ b/lisp/ob-lisp.el > @@ -107,7 +107,7 @@ a property list containing the parameters of the block." > (point-min) (point-max))))) > (cdr (assq :package params))))))) > (org-babel-result-cond (cdr (assq :result-params params)) > - result > + (org-babel-strip-quotes result) Applied, after changing `org-babel-strip-quotes' to `org-strip-quotes'. Thank you. Regards, -- Nicolas Goaziou