[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [BUG] org-table: time difference delivers wrong results
From: |
Daniel Bausch |
Subject: |
[O] [BUG] org-table: time difference delivers wrong results |
Date: |
Tue, 15 Nov 2011 22:12:45 +0100 |
User-agent: |
KMail/1.13.5 (Linux/2.6.34-gentoo-r6; KDE/4.4.5; x86_64; ; ) |
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
- [O] [BUG] org-table: time difference delivers wrong results,
Daniel Bausch <=