From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [babel] return file from R Date: Wed, 20 Jan 2016 06:26:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLmEK-0001fT-42 for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 01:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLmEG-0007sw-4N for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 01:26:56 -0500 Received: from plane.gmane.org ([80.91.229.3]:45083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLmEF-0007sn-Tk for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 01:26:52 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aLmEE-0000E7-6Y for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 07:26:50 +0100 Received: from cpc92322-cmbg19-2-0-cust549.5-4.cable.virginm.net ([86.26.34.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 07:26:50 +0100 Received: from andreas.leha by cpc92322-cmbg19-2-0-cust549.5-4.cable.virginm.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 07:26:50 +0100 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: emacs-orgmode@gnu.org Hi Chuck, "Charles C. Berry" writes: > On Tue, 19 Jan 2016, Andreas Leha wrote: > >> Hi Chuck, >> > > [snip] > >> I've tested your patch and it seems to work. But it does seem to need >> an analogous change in org-babel-R-evaluate-session to also cure blocks >> with ':session'. >> > > Correct. I committed a patch like this and added a test > Thanks! Andreas