emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Babel evaluation of Calc block not working, bug in Calc?


From: Andrea Rossetti
Subject: Re: [O] Babel evaluation of Calc block not working, bug in Calc?
Date: Mon, 29 Sep 2014 19:51:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt)

Andrea Rossetti <address@hidden> writes:
> 3) temporary workaround: try to change ":var v=3" into ":var var-v=3",
> it works for me, does it work for you too?

I'm afraid I've been a bit cryptic here.
The suggested workaround/test is: replace

#+BEGIN_SRC calc :var v=3
 v + 4
#+END_SRC

with

#+BEGIN_SRC calc :var var-v=3
 v + 4
#+END_SRC

Kindest regards, 

  Andrea



reply via email to

[Prev in Thread] Current Thread [Next in Thread]