I've put up some code on github that I use for tracking time using the Pomodoro
method. Perhaps
others might find it useful. https://github.com/dwhoman/org-pomodoro
Here is a `git diff -p org-timer.el' of the changes that I am proposing.
diff --git a/lisp/org-timer.el b/lisp/org-timer.el
index 2351c4c..cb0ce45 100644
--- a/lisp/org-timer.el
+++ b/lisp/org-timer.el
@@ -93,6 +93,25 @@ nil current timer is not displayed"
(defvar org-timer-cancel-hook n
The current implementation of org-timer-set-timer calls org-notify with
the PLAY-SOUND argument set to 't', which gets passed to
org-clock-play-sound that then in turn calls the beep function. The
value of this argument should be defined in a defvar so as to allow the
user to modify or dynamically