From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: right align times in a clocktable Date: Thu, 21 Dec 2006 10:52:22 -0500 Message-ID: References: <9946944fccfd57815735e51951ef9acd@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxQDt-0004bu-UG for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:52:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxQDs-0004Z4-9B for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:52:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxQDs-0004Yk-53 for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:52:44 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GxQDr-0002LY-H6 for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 10:52:43 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GxQDi-0002ek-NX for emacs-orgmode@gnu.org; Thu, 21 Dec 2006 16:52:34 +0100 Received: from 10-169.35-65.tampabay.res.rr.com ([65.35.169.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Dec 2006 16:52:34 +0100 Received: from david by 10-169.35-65.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Dec 2006 16:52:34 +0100 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@gnu.org Carsten Dominik writes: > 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 > Ah, it just keeps getting better. Have a merry christmas! Dave