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

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

2020-01-24 Thread Tim Schumacher
Hi folks, I have a snippet that clocks me in, if I set the TOOD-keyword of an item to started. So some time after working on that item on and off, I got a stack trace and it would not change the keyword to started. The error was, that emacs was not compiled with dbus support and I thought, hell ye