Charles Philip Chan <cpc...@bell.net> writes: > Marco Wahl <marcowahls...@gmail.com> writes: > >> http://emacs-fu.blogspot.de/2009/11/showing-pop-ups.html >> looks promising. > > This is what I use: > > https://www.emacswiki.org/emacs/notify.el
I put notify.el in my load path and added the following lines in my init file. (autoload 'notify "notify" "Notify TITLE, BODY.") (appt-activate 1) (org-agenda-to-appt) Still I am getting only inline intimations for the appointments. Am I missing something?