You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearly some might like stock message alerts in these lines:
./org-pomodoro.el:479: (org-pomodoro-notify "Pomodoro completed!""Time for a break.")
./org-pomodoro.el:488: (org-pomodoro-notify "Pomodoro killed.""One does not simply kill a pomodoro!")
./org-pomodoro.el:501: (org-pomodoro-notify "Short break finished.""Ready for another pomodoro?")
./org-pomodoro.el:511: (org-pomodoro-notify "Long break finished.""Ready for another pomodoro?")
For others, please consider making the messages optional, perhaps, customisable.
alert package can only handle an overall style of message from this package, but not individual messages, AFAIK, so tuning the individual messages from there does not seem to be an option.
The text was updated successfully, but these errors were encountered:
This is possible through the customization options in alert though.
To customize how all notifications from org-pomodoro are displayed (through minibuffer messages in this case) one would do:
Clearly some might like stock message alerts in these lines:
For others, please consider making the messages optional, perhaps, customisable.
alert
package can only handle an overall style of message from this package, but not individual messages, AFAIK, so tuning the individual messages from there does not seem to be an option.The text was updated successfully, but these errors were encountered: