From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: [PATCH] org-babel-execute-src-block-region Date: Wed, 11 Nov 2015 13:53:04 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwdKO-0005Wv-7M for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 16:53:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwdKF-0006Ij-DX for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 16:53:16 -0500 Received: from outbound.ucsd.edu ([132.239.0.73]:17491 helo=iport-bcv2-out.ucsd.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwdKF-0006IN-56 for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 16:53:07 -0500 In-Reply-To: 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: Xebar Saram Cc: Carlos Henrique Machado S Esteves , emacs-orgmode Mailinglist , Ista Zahn On Wed, 11 Nov 2015, Xebar Saram wrote: > thanks Chuck > > this sounds very interesting! [...] > > i then loaded a .org file with R code and entered C-c C-n in the R code > block yet nothing happens and the point moves to the end of the block > > are there additional config needed (keybinds, etc?), what am i missing? > Is there an R session running? If so, look in the session buffer. The result should be there. Not sure what needs to be done to display that buffer automatically. In my trials, a session would be started when C-c C-n was invoked if there was not one already up and running. Chuck