From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Weiss Subject: [babel] Cannot use R and sh Date: Thu, 20 Oct 2011 14:31:00 -0400 Message-ID: <4EA068E4.8060503@uni-koeln.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGxOZ-0007qu-3M for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 14:31:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGxOX-0006TC-7Q for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 14:31:10 -0400 Received: from smtp-out.rrz.uni-koeln.de ([134.95.19.53]:33412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGxOW-0006Sn-Mn for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 14:31:09 -0400 Received: from smtp-auth.rrz.uni-koeln.de (smtp-auth.rrz.uni-koeln.de [134.95.19.93]) by smtp-out.rrz.uni-koeln.de (8.13.8/8.13.8) with ESMTP id p9KIV4kZ017808 for ; Thu, 20 Oct 2011 20:31:04 +0200 Received: from [10.0.0.3] (c-68-63-27-127.hsd1.fl.comcast.net [68.63.27.127]) (authenticated as user ahf34 using CRAM-MD5 bits=0) by smtp-auth.uni-koeln.de (8.13.8/8.13.8) with ESMTP id p9KIV2rZ003255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 20 Oct 2011 20:31:04 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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)