Results 4 comments of Evan Edmond

Found a solution for this - remove negative tag filters from the "write" config setting with: `task config context.{contextname}.write {only positive tag filters}` before: ![image](https://user-images.githubusercontent.com/3617325/185491796-fc1a6dfe-62d0-4fa5-ac24-1665426a02d5.png) `task config context.work.write +work` or...

Will this allow sub-directories to be excluded from the search?

I've stumbled across this issue in working with our scientific dataset. Specifying the dayfirst argument to read_csv sorted us out. I would agree with the suggestion of printing a warning...