From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [babel] [bug?] create graph in R Date: Tue, 17 Apr 2012 11:04:25 -0400 Message-ID: <4908.1334675065@alphaville> References: <4F8D7EC9.2010102@gmail.com> <80ehrm76wu.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SK9xN-0008Nj-HE for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 11:04:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SK9xH-0001Im-Gw for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 11:04:37 -0400 Received: from g6t0185.atlanta.hp.com ([15.193.32.62]:45706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SK9xH-0001IQ-Cc for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 11:04:31 -0400 In-Reply-To: Message from "Sebastien Vauban" of "Tue, 17 Apr 2012 16:46:25 +0200." <80ehrm76wu.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Sebastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: > > I am irritated - shouldn't the following create a pdf? > > > > #+begin_src R :results file :file sustEconOnlyNonRec.pdf :session R > > plot(runif(100)) > > #+end_src > > > > I am getting no error messages in the R console, nothing in the messages? > > I'm not using R -- yet! --, so I'm not sure about the following, but please > check whether you must write: > > #+begin_src R :results file :file sustEconOnlyNonRec.pdf > > or > > #+begin_src R :results graphics :file sustEconOnlyNonRec.pdf > I've lost track of all these header arguments and their possible values: are they documented somewhere (other than the mailing list)? AFAICT, they are not in the manual. Nick