Notification daemon for Emacs.
- Receive and manage notifications in Emacs.
- Handle appointment notifications.
Start Emacs with something like:
exec dbus-launch --exit-with-session emacs
To handle appointments:
(setq appt-display-format 'window
appt-disp-window-function 'osd-org-appt-display)
To send appointments to an external program:
(setq osd-notify-program "notify-send")