org-timed-alerts
org-timed-alerts copied to clipboard
Orgmode notification warnings of upcoming events
I thought i've broke the package somehow by customizing the config or changing something, turns out it behaves consistently when running `org-timed-alerts-list-timers`, that is only certain events are shown in...
First of all: Thank you for the package. I've seen from another user that he gets the scheduled time in the notification message with **org-alert**, but I don't and I'm...
I noticed it was severely slowing down my agenda display (75% of time spent says profiler), so I turned `(setq org-timed-alerts-agenda-hook-p nil)` and used this instead: ``` (defvar my-org-timed-alerts-set-all-timers-timer nil)...