[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [BUG] org-table: time difference delivers wrong results
From: |
Daniel Bausch |
Subject: |
Re: [O] [BUG] org-table: time difference delivers wrong results |
Date: |
Wed, 23 Nov 2011 07:38:33 +0100 |
User-agent: |
KMail/1.13.7 (Linux/3.0.6-gentoo; KDE/4.6.5; i686; ; ) |
Anyone? It might be a duplicate of what Gustav Wiktröm reported on 1st of
September, but his problem was not resolved, either.
Daniel
Am Dienstag 15. November 2011, 22:12:45 schrieb Daniel Bausch:
> Hello list,
>
> consider the following example:
> | A | B | C |
> |
> |----------+-----------+-----------|
> |
> | 07:11:00 | -08:00:00 | -01:11:00 |
>
> #+TBLFM: $3=$1+$2;T
>
> I think the result in the third column is wrong. I expect 0 hours and 49
> minutes, negative (-00:49:00).
>
> The following does not work, too:
> | A | C |
> |
> |----------+-----------|
> |
> | 07:11:00 | -01:11:00 |
>
> #+TBLFM: $2=$1-28800;T
>
> Daniel