From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] ob-core: Fix indented cached result returning nil Date: Sat, 23 May 2015 21:50:33 +0200 Message-ID: <878ucff4za.fsf@nicolasgoaziou.fr> References: <1432204686-41096-1-git-send-email-bjarte.johansen@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwFQ3-00079K-6K for emacs-orgmode@gnu.org; Sat, 23 May 2015 15:49:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwFQ2-0001q2-IW for emacs-orgmode@gnu.org; Sat, 23 May 2015 15:49:15 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:40931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwFQ2-0001pu-Cf for emacs-orgmode@gnu.org; Sat, 23 May 2015 15:49:14 -0400 In-Reply-To: <1432204686-41096-1-git-send-email-bjarte.johansen@gmail.com> (Bjarte Johansen's message of "Thu, 21 May 2015 12:38:06 +0200") 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: Bjarte Johansen Cc: emacs-orgmode@gnu.org Bjarte Johansen writes: > Fix a problem where a source block would return nil oif the result was > cached and it was indented. Thank you. However, the test you provide fails. I suggest to create "test.txt" in `temporary-file-directory' instead of `default-directory'. Regards,