Re: [O] [bug] Error evaluating table expression with relative references

2015-06-11 Thread e.fraga
On Tuesday, 9 Jun 2015 at 15:04, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga 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 |

Re: [O] [bug] Error evaluating table expression with relative references

2015-06-09 Thread Nicolas Goaziou
Hello, Eric S Fraga 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) > #

[O] [bug] Error evaluating table expression with relative references

2015-05-20 Thread Eric S Fraga
Hello, 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