org-alert
org-alert copied to clipboard
System notifications of org agenda items
It is common practice to have entries with plain timestamps, e.g. appointment reminders. See the [Important]( https://orgmode.org/manual/Deadlines-and-Scheduling.html#Deadlines-and-Scheduling) note in the manual e.g. `org-alert--parse-entry` currently insists that the timestamp be either...
Right now org-alert pops up notifications for each item in the org-agenda. I think it could be useful to notify when a scheduled item is coming up, maybe 15m by...
I’m experimenting with how alert frequency should be handled. I think I’m approaching something that fits what I want personally, but I’m interested in what others will find useful. Currently,...
Hello, Thank you for your amazing package ! At work I have to use windows 10, and I was sorely missing desktop notifications for my events/tasks. alert, which org-alert uses...
It only work for current date (today). ```;; org alert (use-package org-alert :ensure t :config (setq alert-default-style 'libnotify) (setq org-alert-interval 300 org-alert-notify-cutoff 10 org-alert-time-match-string "\\(?:SCHEDULED\\|DEADLINE\\):.*\\(?:\\[\\|\\)" ;; org-alert-notify-after-event-cutoff 600) org-alert-notify-after-event-cutoff 3000)...
Hello, I've found that `org-alert-time-match-string` is too lax in what it parses. I have lots of date stamps elsewhere in my properties that it thinks are associated with the scheduling...
Hi! I've implemented a way to fetch only the related headings for alerting. I kind of cheat a little using `org-ql`, but I think it worked out pretty well. It...
Let's consider for example this task scheduled today without a time. Org-alert acts like it's scheduled at 15:34 (the timestamp in the oldest clocked time). ``` *** TODO Laundry SCHEDULED:...