emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Patch: strip (unneeded) quotes from singular value results


From: Nicolas Goaziou
Subject: Re: [O] Patch: strip (unneeded) quotes from singular value results
Date: Mon, 16 Sep 2019 18:39:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Mike Ivanov <address@hidden> 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



reply via email to

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