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
Hello,
I was trying this: (setq org-pomodoro-clock-break t)
to have my break time counted in. But realized that we have this on org-pomodoro-short-break-finished:
If you have org-pomodoro-clock-break set to t, org-pomodoro won't clock out when the short break starts. This statement ensures that it is clocked out when the break is finished.
So the title of the issue is wrong. If you want to clock the break, clocking out should be done when the break finishes, not before. If what you actually want is to not clock out at all, I don't think that behavior is supported at the moment. I came here because I was looking for that behavior and couldn't find it.
Hello,
I was trying this:
(setq org-pomodoro-clock-break t)
to have my break time counted in. But realized that we have this on
org-pomodoro-short-break-finished
:I'm very new to Elisp, and maybe mistaken, but shouldn't this be unless?
The text was updated successfully, but these errors were encountered: