On Fri, Feb 26, 2016 at 9:49 AM, Richard Andersen <[email protected]>
wrote:

> Thank you very much, Edward.
>
> I have the code working now.    It is finding all my nodes, so I'll see if
> I can figure out what further changes will limit the result set to just
> those with open and todo tags.
>

​Huh?  Didn't this do it?

def isOpenTask(p):
    tags = tc.get_tags(p)
    return 'open' in tags and 'todo' in tags

​

​EKR

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to