From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with table computations Date: Mon, 03 Aug 2015 23:01:42 +0200 Message-ID: <87bneogk7d.fsf@nicolasgoaziou.fr> References: <86oaiowu4l.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMMqQ-00063G-2i for emacs-orgmode@gnu.org; Mon, 03 Aug 2015 17:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMMqK-0004q4-OS for emacs-orgmode@gnu.org; Mon, 03 Aug 2015 17:00:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:59924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMMqK-0004pP-HO for emacs-orgmode@gnu.org; Mon, 03 Aug 2015 17:00:20 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZMMqE-0002C5-JO for emacs-orgmode@gnu.org; Mon, 03 Aug 2015 23:00:14 +0200 In-Reply-To: <86oaiowu4l.fsf@example.com> (Sebastien Vauban's message of "Mon, 03 Aug 2015 12:20:42 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Helo, Sebastien Vauban writes: > Since an update done this morning (last one somewhere beginning of last > week, IIRC), the following table (for example) is not correctly computed > anymore: > > | | Date | AM Trp | AM Tme | AM Avg | PM Trp | PM Tme | PM Avg | > |---+------------------+--------+---------+--------+--------+---------+--------| > | 1 | [2014-09-04 Thu] | 13.1 | 0:32:03 | 24.6 | 12.5 | 0:32:21 | 23.2 | > | 2 | [2014-09-08 Mon] | 12.6 | 0:31:48 | 23.8 | 12.6 | 0:30:23 | 24.9 | > | 3 | [2014-09-11 Thu] | 13.1 | 0:32:12 | 24.4 | 12.4 | 0:30:19 | 24.6 | > | 4 | [2014-09-12 Fri] | 12.7 | 0:33:20 | 22.9 | 12.5 | 0:31:16 | 24.0 | > | 5 | [2014-09-26 Fri] | 12.4 | 0:33:01 | 22.5 | 12.5 | 0:32:13 | 23.3 | > | 6 | [2014-10-01 Wed] | 12.6 | 0:34:09 | 22.2 | 12.6 | 0:31:54 | 23.6 | > | 7 | [2014-10-10 Fri] | 12.8 | 0:34:53 | 22.0 | 12.5 | 0:31:25 | 23.9 | > |---+------------------+--------+---------+--------+--------+---------+--------| > | | Mean | 0.0 | | 0.0 | 0.0 | | 0.0 | > | | Total | 0.0 | | 20.8 | 0.0 | | | > |---+------------------+--------+---------+--------+--------+---------+--------| > | | Grand total | | | | 0.0 | | | > |---+------------------+--------+---------+--------+--------+---------+--------| > #+TBLFM: @9$3=vmean(@-I..@-II);%.1f::@9$5..@9$6=vmean(@-I..@-II);%.1f::@9$8=vmean(@-I..@-II);%.1f::@10$3=vsum(@-I..@-II);%.1f::@10$6=vsum(@-I..@-II);%.1f::@11$6=@10$3+@10$6;%.1f Fixed in a70604eb6337464ba86d713a81297a1312bc9334. Thank you. Regards, -- Nicolas Goaziou