From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [babel] BUG in :session Date: Wed, 21 Sep 2011 13:19:06 +0200 Message-ID: <4E79C82A.9000809@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Kpf-00036m-8q for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 07:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6Kpa-000124-Py for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 07:19:15 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:47552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Kpa-00011Y-IU for emacs-orgmode@gnu.org; Wed, 21 Sep 2011 07:19:10 -0400 Received: by eye13 with SMTP id 13so947103eye.0 for ; Wed, 21 Sep 2011 04:19:09 -0700 (PDT) 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Org-mode version 7.7 (release_7.7.311.g0c099) If execute (Ctrl-c) the code below * load data #+begin_src R :tangle no :export results :session R paste("Yep!") #+end_src I get an error: ########## executing R code block... org-babel-R-evaluate: Wrong number of arguments: #[(session body result-type result-params column-names-p row-names-p) "Æ=ƒ} ########## only much longer and lots of strange characters. * load data #+begin_src R :tangle no :export results paste("Yep!") #+end_src #+results: : Yep! works as expected So I assume there is a problem in the :session header argument. Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk55yCoACgkQoYgNqgF2egp5rgCgiIz9xbFIlosMM2xxxXrIHMqm UaIAn0cnq6Kegan/HxoSLLIHUBF03/hd =yJ4c -----END PGP SIGNATURE-----