org mode not producing R plots
问题 I am having problems with showing plots in my html output from org-mode file. Basically I learnt few months ago how to use org mode for this purpose, and I had a code like this: #+begin_src R :file plot1.png :session :results graphics library(lattice) xyplot(1:10 ~ 1:10) #+end_src The code was working perfectly, and the file was created and printed when I exported to html file. Now the exact same code returns code block produced no output. ; the file is created but not shown in the final html