Timer: play a sound as configured by `org-clock-sound' actualy only beep
commit54d805aed441713386593d8e6967b44568dfef18
authorRoberto Huelga Díaz <rhuelga@gmail.com>
Tue, 3 Sep 2013 09:53:15 +0000 (3 11:53 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 6 Sep 2013 14:01:22 +0000 (6 16:01 +0200)
treee4a995dbf779e29b61f7a5349b9648f542948bce
parent41da6e14d02789643b1f98ae82e34cbb0a07c887
Timer: play a sound as configured by `org-clock-sound' actualy only beep

* lisp/org-timer.el (org-timer-set-timer): Use the variable
  `org-clock-sound' when calling `org-notify'.

When org-notify second parameter is t we only get the standard beep.
Evaluating with coma we can use different sounds for differents
running timers, as `org-clock-sound' was set when
`org-timer-set-timer' get execute

Patch proposal by Roberto Huelga Díaz.

TINYCHANGE
lisp/org-timer.el