org-gtd.el icon indicating copy to clipboard operation
org-gtd.el copied to clipboard

Don't archive stuck projects

Open srijan opened this issue 1 year ago • 0 comments

If there's a project with all tasks in end states, then:

  1. According to org-gtd-review-stuck-projects, it's a stuck project.
  2. According to org-gtd--archive-complete-projects, it's a completed project.

There is no guidance about how to disambiguate between these two project states.

If I use TODO/DONE states to track the project, those projects should not be considered complete or archived.

srijan avatar May 25 '23 13:05 srijan