From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Halder Subject: error in tableformula or bug Date: Thu, 24 Mar 2011 10:46:36 +0100 Message-ID: <1469A97C-1674-4C76-A72D-F6980A3EFAEC@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=42163 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2h7w-0003s4-VF for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 05:46:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2h7v-00034t-M8 for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 05:46:48 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:33302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2h7v-00034i-Hp for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 05:46:47 -0400 Received: by ewy9 with SMTP id 9so2523086ewy.0 for ; Thu, 24 Mar 2011 02:46:46 -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 again, have traced it down to the following commit which introduces the problem = (thanks to bisect): [3dd474575205d3808390fc6ea2d5feccdb3d4305] Tables: Make @< and $< point = to row/column 1 in a stable way Was there a change in the format or is it really a bug ? Thanks for help, Martin > found some strange behavior which was working before as far as I = remember.. I am on commit 078c01b. >=20 > this is working correctly: > | 10 | > | 10 | > | 20 | > |----| > | 40 | > #+TBLFM: @>$1=3Dvsum(@1..@3) >=20 > 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)