View Single Post
Quote:
Originally Posted by RobTrew View Post
FWIW the ProjectInfo table contains a status field (string: active | inactive | done | dropped), and an id in a nextTask field.
Thanks. I might have a go at that this weekend.

Update: 'tis done. For simplicity I've mapped context paused state onto active/inactive too.

Code:
ofexport -p 'status="active"' -p 'text="Home"' -o ~/Desktop/x.taskpaper --open

Last edited by psidnell; 2013-05-10 at 10:46 AM..