emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Spurious source-code output?


From: Nick Dokos
Subject: Re: [O] Spurious source-code output?
Date: Thu, 05 May 2011 13:45:04 -0400

Thomas S. Dye <address@hidden> 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
address@hidden://orgmode.org/worg/org-contrib/babel/languages}.
address@hidden://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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]