On May 5, 2011, at 7:45 AM, Nick Dokos wrote: > 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