From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Spurious source-code output? Date: Thu, 05 May 2011 13:45:04 -0400 Message-ID: <607.1304617504@alphaville.dokosmarshall.org> References: <30278.1304610901@alphaville.dokosmarshall.org> <362D0563-7247-4C15-91DC-5A994FD9896B@tsdye.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI2cJ-0007r6-6F for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:45:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI2cH-0004V1-TY for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:45:35 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:32907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI2cH-0004Ur-Pi for emacs-orgmode@gnu.org; Thu, 05 May 2011 13:45:33 -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 <0LKQ0051AHB50IS0@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 05 May 2011 12:45:15 -0500 (CDT) In-reply-to: Message from "Thomas S. Dye" of "Thu, 05 May 2011 07:07:25 -1000." <362D0563-7247-4C15-91DC-5A994FD9896B@tsdye.com> 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: "Thomas S. Dye" Cc: Ken.Williams@thomsonreuters.com, nicholas.dokos@hp.com, emacs-orgmode@gnu.org Thomas S. Dye wrote: > 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. > OK - thanks for the clarification! It might be a good idea to note (perhaps in section 14.8.2, "Specific header arguments", or perhaps its parent?) that individual languages might provide extensions to the standard header args. Also, the link in the manual (section 14.7, "Languages") to language-specific documentation should probably be changed to http://orgmode.org/worg/org-contrib/babel/languages.html which provides some useful context. The current link just takes you to the directory listing. Trivial patch for the latter problem is appended. Thanks, Nick diff --git a/doc/org.texi b/doc/org.texi index a0f6638..8cf5535 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -11639,7 +11639,7 @@ Code blocks in the following languages are supported. Language-specific documentation is available for some languages. If available, it can be found at -@uref{http://orgmode.org/worg/org-contrib/babel/languages}. +@uref{http://orgmode.org/worg/org-contrib/babel/languages.html}. The @code{org-babel-load-languages} controls which languages are enabled for evaluation (by default only @code{emacs-lisp} is enabled). This variable can