From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Minor bugs in table alignments Date: Wed, 12 May 2010 19:05:22 +0200 Message-ID: <87fx1xf3u5.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52004 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCFN9-0002qm-Cb for emacs-orgmode@gnu.org; Wed, 12 May 2010 13:05:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCFN7-0000F6-EA for emacs-orgmode@gnu.org; Wed, 12 May 2010 13:05:27 -0400 Received: from mail.gmx.net ([213.165.64.20]:39708) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OCFN6-0000El-W1 for emacs-orgmode@gnu.org; Wed, 12 May 2010 13:05:25 -0400 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: Emacs-orgmode mailing list 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. 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." #+COLUMNS: %8time(Dauer){:} %7type(Typ) * Table #+BEGIN: columnview :hlines 1 :id global :max-level 3 :skip-empty-rows t :vlines t | *2:14* | | | 01:04:10 | lgDL | | 00:37:29 | lgDL | | 00:32:45 | DL | Best wishes Sebastian