From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] * doc/library-of-babel.org: Replace non-existent with-temp-filebuffer. Date: Thu, 13 Jul 2017 10:02:07 +0200 Message-ID: <87h8ygzrwg.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVZ4l-0006jA-FC for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 04:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVZ4h-0004s2-He for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 04:02:19 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:53121) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVZ4h-0004rb-Am for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 04:02:15 -0400 In-Reply-To: (Chunyang Xu's message of "Thu, 13 Jul 2017 15:40:13 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Chunyang Xu Cc: emacs-orgmode@gnu.org Hello, Chunyang Xu writes: > TINYCHANGE > --- > doc/library-of-babel.org | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/library-of-babel.org b/doc/library-of-babel.org > index 0098e7263..b6c90c763 100644 > --- a/doc/library-of-babel.org > +++ b/doc/library-of-babel.org > @@ -73,7 +73,7 @@ Read local or remote file in [[http://www.json.org/][json]] format into emacs-li > (require 'json) > (cond > (file > - (with-temp-filebuffer file > + (org-babel-with-temp-filebuffer file > (goto-char (point-min)) > (json-read))) > (url Applied. Thank you. Regards, -- Nicolas Goaziou