org-sort-tasks icon indicating copy to clipboard operation
org-sort-tasks copied to clipboard

Remember previous decision using properties to avoid re-work

Open felipelalli opened this issue 6 years ago • 1 comments
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.

felipelalli avatar May 13 '19 13:05 felipelalli

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...

PaddyPatPat avatar Dec 11 '24 06:12 PaddyPatPat