org-wild-notifier.el
org-wild-notifier.el copied to clipboard
Alert notifications for org-agenda
First of all, thanks for this amazing library! It has made my experience with Spacemacs a very good one 🚀 After saying this, I think `right now` is a little...
**Config:** GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-12-03 Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ /snap/emacs/current/usr/share/emacs/26.3/lisp/org/) **Repro:** I used a minimal .emacs file for testing, after installing...
The `org-wild-notifier-keyword-...` variables do not seem to respect custom `org-todo-keywords`. Todo items with custom keywords will not trigger notification. The reason for this is because `org-wild-notifier--retrieve-events` is run in a...
I just found your package and it's pretty great. After reading through the issues, you mentioned in issue #13 that it would be nice to add an option to customize...
Is there a way to implement showing missed notifications? for example, I open emacs 5 minutes before the event i should be alerted on. And my configured interval is 10...
Proably easiest done with a "post org wild notifier notification" hook, but perhaps with a different name.
(See next message for the real issue, "Notifications for inactives timestamps ?") Hello ! I have this in my org-agenda file : ** TODO Inactive timestamp here SCHEDULED:[2023-10-07 Sat 15:13]...
On my Linux PC in the Pacific Time Zone, each notification occurs at the correct time, but the time in the notification text is an hour later than the task's...
Thank you very much for this package. It works amazingly well! I'm wondering if you might have tried already to find some way to display heading as the alert `:title`...
First, thank you for your work on this package! I've been trying to get it set up in my config and I've run into a bit of an issue: although...