Re: Change timeclock to use 24-hour clock
Petteri Hintsanen <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Petteri Hintsanen <[email protected]> writes: > I tried to patch timeclock.el to honor display-time-24hr-format on its > conversions. The problem is that display-time-24hr-format is part of > time package, and it is not necessarily bound when timeclock outputs > something. I guess I could (require 'time), but is there a cleaner > solution? I just realized that a simple defvar suffices. Sorry for the noise. The patch is now in the bug tracker, id 81440. I'll post a couple of more timeclock patches later. Thanks, Petteri