emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [babel] Cannot use R and sh


From: Bernd Weiss
Subject: [O] [babel] Cannot use R and sh
Date: Thu, 20 Oct 2011 14:31:00 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

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

[Prev in Thread] Current Thread [Next in Thread]