Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] dynamically set pomodoro-length based on task effort #90

Open
Moanrisy opened this issue May 19, 2020 · 0 comments
Open

Comments

@Moanrisy
Copy link

Moanrisy commented May 19, 2020

Not everytask can be completed in 25 min or some task can be completed in some minute,
switching task between Pomodoro duration little annoying.

So I create function to set Pomodoro length but I do it manually, I always set how much Pomodoro length should I set before start on a task.

Usually I start from 5 min focus doing a task, then moving to long duration task 10m, 15m etc

this is function that I use to set Pomodoro duration each time start a task

(defun changePomoLength () (interactive) (set-variable 'org-pomodoro-length (read)) (org-pomodoro))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant