Andrea Rossetti <andrea.rosse...@gmail.com> 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