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:
parent
64d3186ff6
commit
c34ca53f2f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user