I'm trying to display only the children of item three
on a branched todo list with the command
todo -f+children,3.*
and i get
desk:~/mydocs/gaim/gaim.my> todo -f -children,3.1-4
todo: error, couldn't find index '3.4'
desk:~/mydocs/gaim/gaim.my>
but if i do
todo -f -children,3.1-3
then i get
desk:~/mydocs/gaim/gaim.my> todo -f -children,3.1-3
3...
1.wingaim font issues
2.wingaim: Gtk windows that appear when you hover
over a button, and just stay there and never close
until you click on them once
3.wingaim: sounds while away?
desk:~/mydocs/gaim/gaim.my>
which is correcet. reading the man page, i get the
impression 3.* should work. if it shouldn't, then
consider this a feature request for it to do so, or let
me know how i can achieve the same result. thanks.
Logged In: YES
user_id=28833
i found that
todo +3
will display 3 and all its children, and this is close to
what i'd like, but if i have an item 3 that has an item 3.1
that has an item 3.1.1, then
todo +3 -children
still displays the 3.1.1th item, so this isn't perfect.