I would like to capture tasks during a running pomodoro with org mode and have some tags attached automatically so that I can later go back and review how many interuptions there were.
I could use some predicate such as pomidor-running-p or pomidor-active-p for that. I could use the timer or some internals but I'm sure that's not a great idea as you might change that any time.
I would like to capture tasks during a running pomodoro with org mode and have some tags attached automatically so that I can later go back and review how many interuptions there were.
I could use some predicate such as
pomidor-running-p
orpomidor-active-p
for that. I could use the timer or some internals but I'm sure that's not a great idea as you might change that any time.Thanks for the awesome package!