1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-16 17:19:49 +00:00

org-notify: bugfix by Bernt Hansen.

This commit is contained in:
Bastien Guerry 2009-08-26 11:28:25 +08:00
parent 64d3186ff6
commit c34ca53f2f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-08-26 Bernt Hansen <bernt@norang.ca> (tiny change)
* org-clock.el (org-notify): Bugfix.
2009-08-25 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-open-link): Handle multiple links and

View File

@ -446,7 +446,7 @@ Notification is shown only once."
(defun org-notify (notification &optional play-sound)
"Send a NOTIFICATION and maybe PLAY-SOUND."
(org-show-notification (notification))
(org-show-notification notification)
(if play-sound (org-clock-play-sound)))
(defun org-show-notification (notification)