From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: right align times in a clocktable Date: Thu, 21 Dec 2006 16:14:42 +0100 Message-ID: <9946944fccfd57815735e51951ef9acd@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxPdE-0006n6-HP for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:14:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxPdB-0006mn-7J for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:14:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxPdB-0006mk-10 for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:14:49 -0500 Received: from [66.249.92.169] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GxPdA-0002bT-O9 for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:14:48 -0500 Received: by ug-out-1314.google.com with SMTP id j3so3076752ugf for ; Thu, 21 Dec 2006 07:14:48 -0800 (PST) In-Reply-To: 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: "J. David Boyd" Cc: emacs-orgmode@gnu.org On Dec 21, 2006, at 16:00, J. David Boyd wrote: > > > Is there any way to right align times in a clocktable? I don't see a > variable > for it. > > It would make things look much neater if I could align them. > > Right now they look like this: > > | | | 0:39 | > | | | 23:24 | > > and I would like them to look like: > > | | | 0:39 | > | | | 23:24 | > > > Any possibility? Org-mode tables align colums to the right when most entries in a column seem to be numbers. Tell org that colons can be part a number: (setq org-table-number-regexp "^\\([<>]?[-+^.0-9]*[0-9][-+^.0-9eEdDx()%:]*\\|\\(0[xX]\\)[0-9a-fA- F]+\\)$") It might actually make sense to change the default in this direction. I will consider this. - Carsten -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477