[O] Spurious source-code output?

2011-05-05 Thread Ken.Williams
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 My intention is to show just the figure, not the source code, when I export to HTML. But when I do 'C-c C-c' to evaluate the

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
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 My intention is to show just the figure, not the source code, when I export= to

Re: [O] Spurious source-code output?

2011-05-05 Thread Ken.Williams
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

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
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

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com 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