"Alan E. Davis" 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 task that a
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. Howe