Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Notifications do not show on doom emacs #88

@Dev380

Description

@Dev380

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions