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
I'm sorry, I think I didn't make my problem clear.
I want to do different thing when specific hook happen.
When pomodoro finish, it will trigger short or lonng break.
When short break happen, I want to run "chrome link1 link2"
When long break happen, I want to run "chrome link3"
then when short-break-finish or long-break-finish hook, I want to run command to kill chrrome process
If I use org-pomodoro-finished-hook, I can only do 1 thing for short and long beak.
I can still use org-pomdoro-finished-hook then run "chrome link1 link2 link3", but it didn't work If I want to use different app for short break and long break
ex: I want to run anki app when I have 5 min break
I want to run chrome when I have 20 min beak
I like to do specific thing when long break started.
Example: launch browser and read the news
But only long-break-finished-hook that already exist, I think we need more hook like
org-pomododo-short-break-started-hook and
orrg-pomododo-long-break-started-hook
The text was updated successfully, but these errors were encountered: