Global reminder for all tasks
This commit is contained in:
parent
a84cf8bdd7
commit
01e672b34e
2
init.el
2
init.el
|
|
@ -266,6 +266,8 @@
|
||||||
;; Notification title and icon
|
;; Notification title and icon
|
||||||
(setq org-wild-notifier-notification-title "Org Reminder")
|
(setq org-wild-notifier-notification-title "Org Reminder")
|
||||||
;(setq org-wild-notifier-notification-icon "/path/to/icon.png")
|
;(setq org-wild-notifier-notification-icon "/path/to/icon.png")
|
||||||
|
;; Remind about day-wide events at 10am and 8pm
|
||||||
|
(setq org-wild-notifier-day-wide-alert-times '("10:00" "20:00"))
|
||||||
|
|
||||||
;; Alert severity: 'high, 'medium, or 'low
|
;; Alert severity: 'high, 'medium, or 'low
|
||||||
(setq org-wild-notifier--alert-severity 'high)
|
(setq org-wild-notifier--alert-severity 'high)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue