Re: org-show-notification of org-clock.el broken on MS Windows

2020-01-26 Thread Bastien
Hi Tim, thanks for the detailed information and the patch. I've pushed a change on the master branch that should make notifications usable on W32 systems. Can you test and see if it works for you? Thanks! -- Bastien

Re: org-show-notification of org-clock.el broken on MS Windows

2020-01-26 Thread Tim Schumacher
Hi Bastien, On Sun, 26 Jan 2020 10:12:40 +0100, Bastien wrote: > > * The function org-show-notification should be more robust. It should not > > fail > > if it can't fire a notification for whatever reason. > > Please send a patch if needed for this. I tried my best, check the attachedd patch

Re: org-show-notification of org-clock.el broken on MS Windows

2020-01-26 Thread Bastien
Hi Tim, > * The function org-show-notification should be more robust. It should not fail > if it can't fire a notification for whatever reason. Please send a patch if needed for this. > * On MS Windows the function w32-notification-notify should be used. I just fixed this one: https://code.or