Open pookleblinky opened 6 years ago
Adding task files is ugly.
I could use build-path like
(define taskfiles
(map (lambda (file)
(build-path taskfolder file))
tasklists))
And then the files can all be in one nice list. But that's a bit complex.
The ability to string together several task lists and reuse them; "prepare for holiday" "prepare for guests" etc.