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

Bug in recurring tasks: only accepting up to <10 units of time #150

Closed
aurisnoctis opened this issue Jul 1, 2022 · 1 comment
Closed

Comments

@aurisnoctis
Copy link

Hello community,

thanks for the tool!

Issue: Recurring tasks only accept values of up to 9, e.g., rec:9d or rec:9w.

Any integer above 9 does not work as recurring task: when such a task is checked as done, no new instance is created and the task is lost for the future.The error message is:
Error parsing recurrence 'rec:+10d'

Some recurrences, however, cannot be expressed in integers below 9, e.g., 10 days are not equivalent to a week and so on.

qtodotxt2 version 2.0.1

See also this issue for the same behavior in qtodotxt: QTodoTxt/QTodoTxt#450

@aurisnoctis
Copy link
Author

aurisnoctis commented Jul 4, 2022

fixed in merged pull request #151

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