New timer functionality to set a timer from a headline.
commit7cdff7b1eb050880e943ef3215bbd60de312fa18
authorBastien Guerry <bzg@altern.org>
Sun, 26 Jul 2009 18:54:17 +0000 (27 02:54 +0800)
committerBastien Guerry <bzg@altern.org>
Sun, 26 Jul 2009 18:54:17 +0000 (27 02:54 +0800)
treeb115bad05c04d3a84964e582a725eef5bf9a66c2
parent7a1a62d2f258e73e01df889295369696a76dc77e
New timer functionality to set a timer from a headline.

This commit defines three new functions in org-timer.el:

- org-timer-set-timer, bound to `C-c C-x ;' in Org buffers
  and to `;' in Org agenda buffers.   This function sets a
  timer for the headline the cursor is currently it.  Up to
  three timers can be set.

- org-timer-show-remaining-time: this shows the remaining
  time for the last set timer.

- org-timer-reset-timers: this reset all timers.

This functionality was requested by Samuel Wales and emulates
that of tea-time.el -- see the emacswiki doc about tea-time.el:

  http://www.emacswiki.org/emacs/tea-time
lisp/ChangeLog
lisp/org-agenda.el
lisp/org-timer.el
lisp/org.el