From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjarte Johansen Subject: Re: [PATCH] ob-core: Fix indented cached result returning nil Date: Sun, 24 May 2015 11:49:51 +0200 Message-ID: <61C96A28-0057-418A-A7AE-300A78A5C8E9@gmail.com> References: <1432204686-41096-1-git-send-email-bjarte.johansen@gmail.com> <878ucff4za.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwSXf-0004cJ-Hg for emacs-orgmode@gnu.org; Sun, 24 May 2015 05:50:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwSXb-0005SY-IB for emacs-orgmode@gnu.org; Sun, 24 May 2015 05:49:59 -0400 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:32859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwSXb-0005S3-9S for emacs-orgmode@gnu.org; Sun, 24 May 2015 05:49:55 -0400 Received: by lbbzk7 with SMTP id zk7so36725498lbb.0 for ; Sun, 24 May 2015 02:49:54 -0700 (PDT) In-Reply-To: <878ucff4za.fsf@nicolasgoaziou.fr> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > On 23 May 2015, at 21:50, Nicolas Goaziou = wrote: >=20 > Bjarte Johansen writes: >=20 >> Fix a problem where a source block would return nil oif the result = was >> cached and it was indented. >=20 > Thank you.=20 >=20 > However, the test you provide fails. I suggest to create "test.txt" in > `temporary-file-directory' instead of `default-directory'. >=20 > Regards, Ah, it was not supposed to actually run the code in the source block; = only get the cached result. I might know an easier test of it. I=E2=80=99l= l send a revised version later.=