From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Minor bugs in table alignments Date: Wed, 19 May 2010 11:38:35 +0200 Message-ID: <179F6947-09B1-4061-90EE-3AB8A2B86345@gmail.com> References: <87fx1xf3u5.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38609 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEgJo-0000M0-Mg for emacs-orgmode@gnu.org; Wed, 19 May 2010 06:16:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEgJh-0004O4-0r for emacs-orgmode@gnu.org; Wed, 19 May 2010 06:16:04 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:48674) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEgJg-0004Nt-SG for emacs-orgmode@gnu.org; Wed, 19 May 2010 06:15:56 -0400 Received: by ewy8 with SMTP id 8so1989800ewy.8 for ; Wed, 19 May 2010 03:15:56 -0700 (PDT) In-Reply-To: <87fx1xf3u5.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: Emacs-orgmode mailing list Hi Sebastian, On May 12, 2010, at 7:05 PM, Sebastian Rose wrote: > Hi, > > > the table below demonstrates two minor bugs. > > 1.) Put the point in the first row, 5th column and press > `C-c C-c TAB' > > The alignment will change from correct, to incorrect and back > again. Does > not always work on the first try, but always from the second time > on. Fixed. > > 2.) In the first row, I expect the sum of the three rows below in > the same > format: `02:14:00' But the seconds are missing. The docs say: > "{:} Sum times, HH:MM:SS, plain numbers are hours." That is right, the ":" operator currently only handles hours and minutes. Feel free to make a patch that would make it include seconds if any of the the arguments has seconds. Thanks! - Carsten