Hi Jason, thanks a lot for the idea. I have generalized this approach a bit by adding a new option: org-show-notification-handler.
The value of this new variable can either be an elisp function or a program. The function/program will be called with the notification string as an argument. So for example: (setq org-show-notification-handler '(lambda (notification) (todochiku-message "org-mode notification" notification (todochiku-icon 'emacs)))) should do what you want. If this variable is nil, the notification mechanism falls back on notify-send (if available) and the elisp message otherwise. Thanks again! -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode