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
It occurs at line 125 of org-pomodoro-pidgin.el, shown below. Not too big of an issue since the pomodoro timer works as intended.
(defunorg-pompid--format-message (message)
"Replace the %s in MESSAGE with the time when pomodoro ends."
(format
message
(format-time-string"%H:%M"
(time-add (current-time) (seconds-to-time org-pomodoro-countdown)))))
The text was updated successfully, but these errors were encountered:
The following message is shown when starting a pomodoro:
It occurs at line 125 of
org-pomodoro-pidgin.el
, shown below. Not too big of an issue since the pomodoro timer works as intended.The text was updated successfully, but these errors were encountered: