emacs-orgmode
[Top][All Lists]
Advanced

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

[O] error in tableformula or bug


From: Martin Halder
Subject: [O] error in tableformula or bug
Date: Wed, 23 Mar 2011 09:22:55 +0100

Hi all,

found some strange behavior which was working before as far as I remember.. I 
am on commit 078c01b.

this is working correctly:
| 10 |
| 10 |
| 20 |
|----|
| 40 |
#+TBLFM: @>$1=vsum(@address@hidden)

this one with relative indexing (@>-1) not: (value is changing every time the 
formula is applied: 37, 73, 109 (+36 every time)
| 10 |
| 10 |
| 20 |
|----|
| 37 |
#+TBLFM: @>$1=vsum(@1..@>-1)

Thanks for help,
Martin




reply via email to

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