On Tue, 17 Dec 2019 at 18:13, William Denton wrote: > On 17 December 2019, Vikas Rawal wrote: > > > A simple code block like the following does not create the graph. > > > > #+NAME: test > > #+BEGIN_SRC R :results output graphics :exports results :file temp.jpg > :width 2400 :height 1200 :res 300 :session temp > > That should be ":results file graphics". > > Thanks very much. This works. I guess this has recently changed. I have always used ":results output graphics" Vikas