We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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))
The text was updated successfully, but these errors were encountered: