From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Halder Subject: error in tableformula or bug Date: Wed, 23 Mar 2011 09:22:55 +0100 Message-ID: Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2JLK-0004xf-6q for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 04:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2JLI-0005mz-MB for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 04:23:01 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:55803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2JLI-0005mr-C5 for emacs-orgmode@gnu.org; Wed, 23 Mar 2011 04:23:00 -0400 Received: by ewy9 with SMTP id 9so2169934ewy.0 for ; Wed, 23 Mar 2011 01:22:58 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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=3Dvsum(@1..@3) 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=3Dvsum(@1..@>-1) Thanks for help, Martin