emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] right align times in a clocktable


From: Carsten Dominik
Subject: Re: [Orgmode] right align times in a clocktable
Date: Thu, 21 Dec 2006 16:14:42 +0100


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]