From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Spurious source-code output? Date: Thu, 5 May 2011 07:07:25 -1000 Message-ID: <362D0563-7247-4C15-91DC-5A994FD9896B@tsdye.com> References: <30278.1304610901@alphaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI21U-0000kH-MH for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI21T-0005v7-Eh for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:07:32 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:34048) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QI21T-0005pt-58 for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:07:31 -0400 In-Reply-To: <30278.1304610901@alphaville.dokosmarshall.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: nicholas.dokos@hp.com Cc: Ken.Williams@thomsonreuters.com, emacs-orgmode@gnu.org Hi Nick, Without claiming to be a babel expert, :results graphics is a language- specific option used for e.g. R code blocks. You can find it documented in the appropriate language-specific sections. All the best, Tom On May 5, 2011, at 5:55 AM, Nick Dokos wrote: > 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 >