<ken.willi...@thomsonreuters.com> wrote: > > > On 5/5/11 10:37 AM, "Nick Dokos" <nicholas.do...@hp.com> wrote: > > ><ken.willi...@thomsonreuters.com> 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