o org-clock.el (org-clock-notify-once-if-expired): Honor `org-clock-sound'

* org-clock.el (org-clock-notify-once-if-expired): Honor
`org-clock-sound'.

TINYCHANGE
This commit is contained in:
oleh 2013-07-28 15:39:57 +02:00 committed by Bastien Guerry
parent 33a2c7ea68
commit 2710267ed7
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ Notification is shown only once."
(setq org-clock-notification-was-shown t)
(org-notify
(format "Task '%s' should be finished by now. (%s)"
org-clock-heading org-clock-effort) t))
org-clock-heading org-clock-effort) org-clock-sound))
(setq org-clock-notification-was-shown nil)))))
(defun org-notify (notification &optional play-sound)