From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Tbl: addition of two times results in error Date: Wed, 13 Jul 2011 22:31:31 +0200 Message-ID: <2011-07-13T22-27-54@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh664-0001Wo-0f for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 16:31:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh660-0001TL-2v for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 16:31:51 -0400 Received: from lo.gmane.org ([80.91.229.12]:55656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh65z-0001TG-U4 for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 16:31:48 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qh65x-0004e5-Ui for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 22:31:45 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jul 2011 22:31:45 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jul 2011 22:31:45 +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: emacs-orgmode@gnu.org ,----[ http://orgmode.org/org.html#Durations-and-time-values ] | | Task 1 | Task 2 | Total | | |--------+--------+---------| | | 35:00 | 35:00 | 1:10:00 | | #+TBLFM: @2$3=$1+$2;T `---- ... results in #ERROR at @2$3 on my system with current Org-mode (I did «git pull» right now): ,----[ debug message ] | Substitution history of formula | Orig: $1+$2;T | $xyz-> $1+$2 | @r$c-> $1+$2 | $1-> (35:00)+(35:00) | ------^ | Error: Bad format `---- Where is the problem? -- Karl Voit