emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] determine at a glance whether you're "clocked-i


From: Trent Buck
Subject: Re: [emacs-wiki-discuss] determine at a glance whether you're "clocked-in" to a task in planner-timeclock?
Date: Fri, 26 Aug 2005 12:14:04 +1000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Guy Berliner <address@hidden> writes:

> Is there a way to determine at a glance whether one is "clocked-in" to a
> task when using planner-timeclock, and if so, which one? Ideally, it
> would be something that would appear in the modeline, say.

Using sachac's dotemacs as a reference, I came up with

  (global-set-key [f9]
    (lambda ()
      (interactive)
      (message (or planner-timeclock-current-task
                  "Not clocking time."))))

-- 
Trent Buck, Student Errant




reply via email to

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