From mboxrd@z Thu Jan 1 00:00:00 1970 From: eythanweg@gmail.com (Eythan Weg) Subject: babel: textual output and graphic results Date: Fri, 24 Jun 2011 06:10:47 -0400 Message-ID: <87y60rpmjc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa3Pp-0003Fb-F6 for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 06:15:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa3Po-0000zg-3V for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 06:15:09 -0400 Received: from lo.gmane.org ([80.91.229.12]:49715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa3Pn-0000yI-ND for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 06:15:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qa3Pm-0000va-B7 for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 12:15:06 +0200 Received: from c-24-1-147-50.hsd1.in.comcast.net ([24.1.147.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jun 2011 12:15:06 +0200 Received: from eythanweg by c-24-1-147-50.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jun 2011 12:15: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: emacs-orgmode@gnu.org Hi, How could I effect the plot saved in a file and the output produced shown in the buffer by using a single execution of R in the following snippet? #+begin_src R :results output :session print(seq(1,10)) plot(seq(1,10)) #+end_src Thank you. Eythan