From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A table formula bug: incremental column fill with negative values Date: Sat, 24 Apr 2010 10:23:59 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5aej-00038m-Ac for emacs-orgmode@gnu.org; Sat, 24 Apr 2010 04:24:05 -0400 Received: from [140.186.70.92] (port=46873 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5aeh-000387-1F for emacs-orgmode@gnu.org; Sat, 24 Apr 2010 04:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5aef-0003ML-P1 for emacs-orgmode@gnu.org; Sat, 24 Apr 2010 04:24:02 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:65249) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5aef-0003MA-Jf for emacs-orgmode@gnu.org; Sat, 24 Apr 2010 04:24:01 -0400 Received: by ewy6 with SMTP id 6so3358015ewy.32 for ; Sat, 24 Apr 2010 01:24:00 -0700 (PDT) In-Reply-To: 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: William Henney Cc: emacs-org Hi William, On Apr 24, 2010, at 6:03 AM, William Henney wrote: > Hi all > > The following is using today's git trunk of org-mode with emacs > 23.1.94.1 (aquamacs 2.0preview5) > > Consider the following table > > | -8 | > | | > | | > | | > #+TBLFM: $1=@-1 - 1::@1$1=-8 > > Evaluate formulas once (C-u C-c *): > > | -8 | > | -9 | > |----| > | -1 | > > Evaluate formulas again (C-u C-c *): > > | -8 | > | -9 | > |----| > |----| :-) this is a nice bug. Thanks for your report and analysis - I just checked in a fix. - Carsten