org-sort-tasks
org-sort-tasks copied to clipboard
Remember previous decision using properties to avoid re-work
trafficstars
Store in properties something like "A > B" (before insert check if it is not circular to avoid eternal looping). It would be construct a graph like A > B > C > D ... And then we can sometimes try to guess the order without ask to the user.
Just saw this and can't help commenting.
Perhaps an existing dependency package could be used to store the syntax, for example org-edna or org-depend...