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
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
