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
When an incubate project moved to projects, then sub tasks will add todo state automatically.
But when a project moved to incubate, the todo state does not automatically removed.
Another thing, for example, I have a project with three two tasks. the first task marks with NEXT state, and the second one with TODO state.
NEXT
TODO
Now, due to some reason, I change the first task state to WAIT state, org-gtd.el will auto change the second task to NEXT state.
WAIT
I think the second task need remain TODO state until the first one marked with DONE state.
DONE
Any help will be grateful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When an incubate project moved to projects, then sub tasks will add todo state automatically.
But when a project moved to incubate, the todo state does not automatically removed.
Another thing, for example, I have a project with three two tasks.
the first task marks with
NEXT
state, and the second one withTODO
state.Now, due to some reason, I change the first task state to
WAIT
state, org-gtd.el will auto change the second task toNEXT
state.I think the second task need remain
TODO
state until the first one marked withDONE
state.Any help will be grateful.
The text was updated successfully, but these errors were encountered: