diff --git a/lisp/org-timer.el b/lisp/org-timer.el index fef8050b2..4f9252bd0 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -29,6 +29,8 @@ (require 'org) +(declare-function org-show-notification "org-clock" (parameters)) + (defvar org-timer-start-time nil "t=0 for the running timer.")