emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Babel evaluation of Calc block not working, bug in Calc?
@ 2014-09-22  7:04 H. Dieter Wilhelm
  2014-09-28 23:56 ` Andrea Rossetti
  0 siblings, 1 reply; 6+ messages in thread
From: H. Dieter Wilhelm @ 2014-09-22  7:04 UTC (permalink / raw)
  To: emacs-orgmode; +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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-07  6:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-22  7:04 Babel evaluation of Calc block not working, bug in Calc? H. Dieter Wilhelm
2014-09-28 23:56 ` Andrea Rossetti
2014-09-29 17:51   ` Andrea Rossetti
2014-10-04 18:31     ` H. Dieter Wilhelm
2014-10-06 20:31       ` Andrea Rossetti
2014-10-07  6:21         ` H. Dieter Wilhelm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).