summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroleh <wave@mail.ua>2013-07-28 15:39:57 +0200
committerBastien Guerry <bzg@altern.org>2013-07-30 12:44:43 +0200
commit2710267ed74a99829aeb3fae0a669573d14c7e43 (patch)
tree0ba7cb5ed8bcd24e34063d227761fe1a3c12562a
parent33a2c7ea682f3e443211969928b129d87e01758f (diff)
downloadorg-mode-2710267ed74a99829aeb3fae0a669573d14c7e43.tar.gz
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
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index d07cdd2..fc619e0 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -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)