Hello, how can I move a specific TODO item to the end of the level it currently sits?
Example a) before the command was executed * TODO Level 1 ** TODO something to do a ** DONE something to do b ** TODO something to do c ** TODO something to do d * TODO Level 1 again b) after the command was executed (TODO is moved to the end of the TODO Level 1 items) * TODO Level 1 ** TODO something to do a ** TODO something to do c ** TODO something to do d ** DONE something to do b * TODO Level 1 again Thanks a lot in advance, Uwe