From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Spurious source-code output? Date: Thu, 05 May 2011 11:55:01 -0400 Message-ID: <30278.1304610901@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1pw-0006ZI-15 for emacs-orgmode@gnu.org; Thu, 05 May 2011 12:55:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI1pu-0003Eu-N3 for emacs-orgmode@gnu.org; Thu, 05 May 2011 12:55:36 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:52708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1pu-0003Ek-Jp for emacs-orgmode@gnu.org; Thu, 05 May 2011 12:55:34 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LKQ005CFC7P0IM0@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 05 May 2011 10:55:12 -0500 (CDT) In-reply-to: Message from of "Thu, 05 May 2011 10:40:20 CDT." 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: Ken.Williams@thomsonreuters.com Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org wrote: > > > On 5/5/11 10:37 AM, "Nick Dokos" wrote: > > > wrote: > > > >> Hi, > >> > >> I've got the following source-code section in a sample org-mode > >>document: > >> > >> #+BEGIN_SRC R :exports output :results graphics :file t.png > >> plot(1:10, 1:10) > >> #+END_SRC > >> > >> > >Try ``:exports results'' - the Org manual says: > >[...] > > > Ack, I even looked at that very section of the manual just moments before > I posted. Thanks for the help. > I also note that ``:results graphics'' is not one of the options in section 14.8.2.2, ":results", of the Org manual - but I guess it's not causing a problem. I'll leave it to a babel expert to chime in here. Nick