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
(defvar org-pomodoro-count 0"The number of pomodoros since the last long break.")
Should org-pomodoro-count be reset to zero in function long-break-finished?
If not, the count will accumulate in the next group, unless the next group starts expiry-time minutes later since the last long break.
The text was updated successfully, but these errors were encountered:
Should org-pomodoro-count be reset to zero in function
long-break-finished
?If not, the
count
will accumulate in the next group, unless the next group startsexpiry-time
minutes later since the last long break.The text was updated successfully, but these errors were encountered: