Hello, Eric S Fraga <e.fr...@ucl.ac.uk> writes:
> I seem to have encountered a bug in table spreadsheet evaluations. See > this example: > > #+begin_src org > ,* Table evaluation with relative references > | 1 | 2 | 3 | 6 | > | 1 | 2 | 3 | #ERROR | > ,#+TBLFM: @1$4=vsum($1..$3)::@2$4=vsum($1..$-1) > #+end_src > > As far as I can tell, the two formulae should be equivalent? Or am I > missing something silly (not unlikely ;-)? > > Turning on debugging shows that the first formula gets converted to > vsum([1,2,3]) whereas the second goes to vsum((1)..(3)). Fixed in 3924989b4f45a5c7ff89a4f7abdebc570cbaf7e2. Thank you. Regards, -- Nicolas Goaziou