From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Baumann Subject: Bug: table calculation broken again Date: Thu, 01 Nov 2007 11:22:58 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InXCq-0001wR-2x for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 06:23:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InXCo-0001t8-4r for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 06:23:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InXCn-0001si-O5 for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 06:23:17 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1InXCn-0003pl-If for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 06:23:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1InXCd-000167-NK for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 10:23:07 +0000 Received: from p54963912.dip0.t-ipconnect.de ([84.150.57.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Nov 2007 10:23:07 +0000 Received: from dtbaumann by p54963912.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Nov 2007 10:23:07 +0000 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 Carsten and others who might help, I thought this had been solved in between but somehow |------------+------+----+------+--------| | 26.10.2007 | Cost | 68 | 0.30 | 110.40 | |------------+------+----+------+--------| | | Sum | | | 110.40 | #+TBLFM: $5=$3*$4;%.2f::@2$5=vsum(@I..@II);%.2f won't work (I almost sent an incorrect invoice ...) whereas | Test | tt | tt | | | |------------+------+----+------+-------| | 26.10.2007 | Cost | 68 | 0.30 | 20.40 | |------------+------+----+------+-------| | | Sum | | | 20.40 | #+TBLFM: $5=$3*$4;%.2f::@3$5=vsum(@I..@II);%.2f works fine. Orgmode is 5.13h And again, thanks for this wonderful extension. Thomas