Guy Berliner <[EMAIL PROTECTED]> 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


_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to