all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] org-table: time difference delivers wrong results
@ 2011-11-15 21:12 Daniel Bausch
  2011-11-23  6:38 ` Daniel Bausch
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Bausch @ 2011-11-15 21:12 UTC (permalink / raw)
  To: Orgmode Mailing List

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-23 12:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 21:12 [BUG] org-table: time difference delivers wrong results Daniel Bausch
2011-11-23  6:38 ` Daniel Bausch
2011-11-23  9:00   ` Martyn Jago
2011-11-23  9:13     ` Martyn Jago
2011-11-23 10:23       ` Nick Dokos
2011-11-23 12:11         ` Daniel Bausch

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.