From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Stansell Subject: Incorrect sum of times in table Date: Mon, 1 Jul 2013 18:38:04 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtiRy-000472-UF for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 14:03:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uti3B-0004Zh-Je for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 13:38:09 -0400 Received: from mail-ie0-x229.google.com ([2607:f8b0:4001:c03::229]:58872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uti3B-0004Zc-E8 for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 13:38:05 -0400 Received: by mail-ie0-f169.google.com with SMTP id 10so10137908ied.0 for ; Mon, 01 Jul 2013 10:38:04 -0700 (PDT) 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 Hello, I noticed a case where the sum of two times in a table does not give the correct answer. To see this, create an org file with the following lines: | 0:00:31 | | 0:00:30 | |---------| | | Open it and type C-+ C-y in the empty cell of the table. The answer inserted is 0:01:00 instead of 0:01:01. Regards, Paul PS. I'm using Emacs 24.2.1 and Org-mode release_8.0.3-331-gf7e6f1 and I tested with the minimal org-mode set-up from http://orgmode.org/manual/Feedback.html.