I can't replicate anymore, though I did just update Org. Perhaps I
should have fiddled with it more before doing that...
If it happens again, I'll dig into it. Thanks for double
checking/attempting to replicate -- must be on my end.
John
On Thu, May 16, 2013 at 7:08 AM, Eric Schulte
Hi,
I cannot reproduce this on 8.0.2, at least not with the info
provided. E.g., the following works fine:
#+name: improvement-treatment
#+begin_src R :results graphics :file test.png
x - 1:10
y - x^2
plot(x, y)
#+end_src
#+RESULTS: improvement-treatment
[[file:test.png]]
So does any
John Hendy jw.he...@gmail.com writes:
I was just completely baffled for about 5-10 straight minutes as to
why my block was not producing a results section with my generated
graphics file from an R block.
I kept double checking my header options one by one despite having
simply
I was just completely baffled for about 5-10 straight minutes as to
why my block was not producing a results section with my generated
graphics file from an R block.
I kept double checking my header options one by one despite having
simply copied/pasted/modified it from a previous working block.