View Single Post
I've read all through this thread and I must be missing something simple. I can't get:

Code:
tasks where (dateToStart is Today) order by dateAdded --header=Tasks Starting Today ($N)\n | fold -s -w 40
to display tasks that are starting today. Based on:

Quote:
yesterday, today, now, soon
<jan> ... <dec> (Interpreted as references to midnight at the start of the first day of the next (or current) month of that name).

today +1w, now +2d etc.
from Post 1, it appeared I could use a relative date but obviously I am still doing something wrong.

Any thoughts?