org-gtd.el
org-gtd.el copied to clipboard
More complex/flexible task dependencies
The request came up once or twice to do more complex task dependency than the linear setup currently in place.
Since I'm using org-edna for this linear setup, one option to extend upon this would be https://github.com/toshism/org-linker-edna
It references this : https://karl-voit.at/2020/08/14/project-mgt-draft/ as an example workflow with advanced dependency usage.
https://gitlab.com/publicvoit/orgmode-link-demo/-/blob/main/link_demo.org
The real question though is how do I find "stuck" projects if the tasks can potentially be anywhere?
https://github.com/toshism/org-super-links
https://raw.githubusercontent.com/toshism/org-linker/master/org-linker.el
https://karl-voit.at/2019/11/03/org-projects/
https://karl-voit.at/2019/11/16/UOMF-Linking-Headings/
I can also probably extend org-edna ( https://www.nongnu.org/org-edna-el/#org958f4c9 ) with arbitrary lisp code for finders which makes it possible to find any heading basically anywhere.