Hi all, I found a severe bug that actually eats my text, i.e. *destroys* my org-mode file. Or am I missing something here? Just try that: --8<---------------cut here---------------start------------->8--- * Test Execute this once: #+BEGIN_src R :session test :results output silent :exports none devnull <- library("tikzDevice") #+END_src Execute this twice or more... but be careful #+BEGIN_src R :session test :results output latex :exports results tikz(console=TRUE, width=4, height=4) plot(1:2,1:2) devnull <- dev.off() #+END_src * Watch me die :-( --8<---------------cut here---------------start------------->8--- Greetings, Andreas