From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Bausch Subject: Re: [BUG] org-table: time difference delivers wrong results Date: Wed, 23 Nov 2011 07:38:33 +0100 Message-ID: <201111230738.34220.DanielBausch@gmx.de> References: <201111152212.45996.DanielBausch@gmx.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT6Tc-0001rd-Uv for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 01:38:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RT6Ta-0000dI-Ml for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 01:38:36 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:42628) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RT6Ta-0000cm-6L for emacs-orgmode@gnu.org; Wed, 23 Nov 2011 01:38:34 -0500 In-Reply-To: <201111152212.45996.DanielBausch@gmx.de> 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 Anyone? It might be a duplicate of what Gustav Wiktr=F6m reported on 1st o= f=20 September, but his problem was not resolved, either. Daniel Am Dienstag 15. November 2011, 22:12:45 schrieb Daniel Bausch: > Hello list, >=20 > consider the following example: > | A | B | C | > | > |----------+-----------+-----------| > | > | 07:11:00 | -08:00:00 | -01:11:00 | >=20 > #+TBLFM: $3=3D$1+$2;T >=20 > I think the result in the third column is wrong. I expect 0 hours and 49 > minutes, negative (-00:49:00). >=20 > The following does not work, too: > | A | C | > | > |----------+-----------| > | > | 07:11:00 | -01:11:00 | >=20 > #+TBLFM: $2=3D$1-28800;T >=20 > Daniel