Carsten Dominik <[EMAIL PROTECTED]> 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 _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode