org-wild-notifier.el icon indicating copy to clipboard operation
org-wild-notifier.el copied to clipboard

It doesn't work sometimes

Open igorcafe opened this issue 1 year ago • 0 comments

Version: 2024-03-25.744 from MELPA

The first time I tried it, it worked as expected. I'm using this config:

(use-package org-wild-notifier
  :config
  (setq alert-default-style 'notifications)
  (setq org-wild-notifier-alert-time '(60 30 15 5 4 3 2 1))
  (setq org-wild-notifier-notification-title "Agenda")
  (org-wild-notifier-mode 1))

But I scheduled a meeting 10 am and opened emacs before 9 am. Now its 9:38 and I haven't received the notifications from 9 am and 9:30.

I checked and my notifications are enabled (Do not disturb is OFF) and working properly. I can send a notification from emacs using

I added a task for testing porpuses at 9:38 and scheduled it to 9:42 and I haven't received any notifications... Even ran org-wild-notifier-check and nothing happened.

Echo area has no errors nor warnings.

igorcafe avatar Aug 29 '24 12:08 igorcafe