From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: [babel] lob evaluation : a bug ? Date: Thu, 5 Aug 2010 10:18:35 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50807 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh1zW-0001pm-Vu for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:04:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh1zT-0002rd-02 for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:04:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:38760) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh1zS-0002q9-OD for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 11:04:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OgxX9-0005Jv-DR for emacs-orgmode@gnu.org; Thu, 05 Aug 2010 12:18:43 +0200 Received: from APuteaux-754-1-24-6.w90-44.abo.wanadoo.fr ([90.44.7.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Aug 2010 12:18:43 +0200 Received: from d.tchin by APuteaux-754-1-24-6.w90-44.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Aug 2010 12:18:43 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I try to evaluate function already defined in library-of-babel. But whatever the function I try to evaluate I have the following error output get from buffer *Messages* : setf: Wrong type argument: consp, nil For example I use the following : #+tblname: R-plot-example-data | 1 | 2 | | 2 | 4 | | 3 | 9 | | 4 | 16 | | 5 | 25 | #+srcname: R-plot(data=R-plot-example-data) #+begin_src R :session *test* plot(data) #+end_src When I evaluate block it works (with C-c C-c). Then when I try to evaluate the following line : #+lob: R-plot(data=R-plot-example-data) With C-c C-c on this line I have the following answer : Local setup has been refreshed With C-c C-v e, emacs asks me : "Evaluate this code on your system ?" I answer yes and I have the message : Wrong type argument: consp, nil I use the following versions of emacs and org-mode GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON Org-mode version 7.01g