Re: [O] Push a dependent TODO item on top of a depending one

2012-03-06 Thread Bernt Hansen
Alan E. Davis lngn...@gmail.com writes: It just occurred to me to try to implement a method of pushing a TODO item on top of another, in the manner of a Stack.  The item on top of the stack is a task upon which performance of some other task depends.  I need to call someone, so I have a

[O] Push a dependent TODO item on top of a depending one

2012-03-05 Thread Alan E. Davis
It just occurred to me to try to implement a method of pushing a TODO item on top of another, in the manner of a Stack. The item on top of the stack is a task upon which performance of some other task depends. I need to call someone, so I have a task that appears on my agenda, to call him.