Hi all,

when using R and shell commands, the shell commands are sent to the R
buffer. I guess this has something to do with the session argument?!

############# test.org #####################

#+property: session *R*


#+BEGIN_SRC R
## comment
1+1
#+END_SRC

#+results:
: 2


#+BEGIN_SRC sh
ls -a
#+END_SRC

#+results:
: Error: object 'a' not found

############# test.org #####################

Thanks,

Bernd

Org-mode version 7.7 (release_7.7.393.g8caa)

Reply via email to