Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications do not show on doom emacs #88

Open
Dev380 opened this issue Apr 6, 2024 · 0 comments
Open

Notifications do not show on doom emacs #88

Dev380 opened this issue Apr 6, 2024 · 0 comments

Comments

@Dev380
Copy link

Dev380 commented Apr 6, 2024

I tried to test out the package by manually calling the check command when there's a notification in the future. I am on doom emacs. Here is my config:

(use-package! org-wild-notifier
  :hook  (doom-post-init . #'org-wild-notifier-mode)
  :custom
  (org-wild-notifier-keyword-whitelist nil)
  :config
  (alert-add-rule :predicate (lambda (info) (string-equal org-wild-notifier-notification-title (plist-get info :title))) :style 'notifications))

And here is the entry:

* Test
<2024-04-06 Sat 17:11>

Although making it a scheduled event doesn't seem to work too. I called org-wild-notifier--notify and that seemed to work, so I think it's an issue with this package and not alert.el.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant