Closed anthonywilliams closed 9 months ago
Added support for passing :category to alert, so that alert notification functions that support different categories can distinguish alerts from org-alert
:category
alert
org-alert
Adds a new variable org-alert-notification-category, which defaults to 'org-alert.
org-alert-notification-category
'org-alert
Updated README to describe the new variable
README
Wow this is awesome, thank you! I didn't even know about the category option for alert or for notify-send. Merging!
Added support for passing
:category
toalert
, so that alert notification functions that support different categories can distinguish alerts fromorg-alert
Adds a new variable
org-alert-notification-category
, which defaults to'org-alert
.Updated
README
to describe the new variable