Clock/add_time Format
commit56a96e036434b2665e65ebc574d327937621d544
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 16 May 2008 05:36:27 +0000 (16 07:36 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 16 May 2008 05:36:27 +0000 (16 07:36 +0200)
tree3429ec82d0587fba6d05968fd2aa6707898f9900
parent6d8ffe91e83576f2fbb05143d0ec8d9d83f3f48a
Clock/add_time Format

Replace all occurrences of the format string "%d:%02d" with
org-time-clocksum-format, which contains the same string by default.

This allows anyone to customize the appearance of clock summaries.

For example:

  (setq org-time-clocksum-format "%02d:%02d")
lisp/ChangeLog
lisp/org-clock.el
lisp/org-colview-xemacs.el
lisp/org-colview.el
lisp/org.el