> I will check. However I am on Windows 7-64 and to the best of my knowledge > Dbus is not available for this platform. There were some efforts to make > it work but I don't think they are current.
Okay. > In any case, as the error message said, this version of emacs isn't > compiled with Dbus, which makes sense for a Windows version. > I will try to create my own handler and figure out why dbus notification is > being attempted on a version of Emacs compiled without it. Okay. And yes, please check setting the handler. E.g. evaluate (setq org-show-notification-handler #'message) or add the line your init file. AFAICS the condition with the dbus stuff is ignored if the handler is set. In any case please report the outcome of your testing. Thanks, -- Marco