[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [bug] Error evaluating table expression with relative references
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [bug] Error evaluating table expression with relative references |
Date: |
Tue, 09 Jun 2015 15:04:49 +0200 |
Hello,
Eric S Fraga <address@hidden> 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
- Re: [O] [bug] Error evaluating table expression with relative references,
Nicolas Goaziou <=