From mboxrd@z Thu Jan 1 00:00:00 1970 From: dieter@duenenhof-wilhelm.de (H. Dieter Wilhelm) Subject: Babel evaluation of Calc block not working, bug in Calc? Date: Mon, 22 Sep 2014 09:04:50 +0200 Message-ID: <8738bkb0fh.fsf@vsl28t2g.ww011> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVxgg-0000Ih-RN for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 03:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVxgR-0002dq-UE for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 03:05:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:35299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVxgR-0002d9-NU for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 03:05:15 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XVxgL-0005Nw-RQ for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 09:05:09 +0200 Received: from p57ace7de.dip0.t-ipconnect.de ([87.172.231.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Sep 2014 09:05:09 +0200 Received: from dieter by p57ace7de.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Sep 2014 09:05:09 +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 Cc: Jay Belanger Hello Orgers, please consider: Emacs -Q and evaluate the following #+BEGIN_SRC emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages '((calc . t) (emacs-lisp . t) )) #+END_SRC #+RESULTS: | (calc . t) | (emacs-lisp . t) | The following works as expected #+BEGIN_SRC calc :var V=3 V + 4 #+END_SRC But now we are getting: byte-code: Symbol's function definition is void: v! #+BEGIN_SRC calc :var v=3 v + 4 #+END_SRC Calc thinks that the variable v contains a function even though nothing should be undefined for v and when trying debug-on-entry for calc-var-value the expression (boundp v) returns t!? I'm stuck at this point, could you please have a look, I've no idea how to debug this further. GNU Emacs 24.3.93.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.24) of 2014-09-17 on vsl28t2g With the latest org-mode from git Thanks Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany