Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-07-30 12:44:56 +02:00
commit 483977e016
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,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)