Time not displayed
democrito says:
Hi,
I have this query (the tag na means next action):
(tag:na OR due:today OR dueBefore:today) and not dueAfter:today.
Unfortunately the outcome doesn't show the today tasks with time.
The simple query:
due:today shows the task with time (es 19:30).
Is it a bug or I have to change something in the query?
I have this query (the tag na means next action):
(tag:na OR due:today OR dueBefore:today) and not dueAfter:today.
Unfortunately the outcome doesn't show the today tasks with time.
The simple query:
due:today shows the task with time (es 19:30).
Is it a bug or I have to change something in the query?
Try tag:na OR dueBefore:tomorrow which returns all tasks due before tomorrow and tasks with tag:na.
If you want to delete dated na-tasks with due date in the future you could use (tag:na AND due:never) OR dueBefore:tomorrow
Today is really today at 00:00, that's why your last part (and not dueAfter:today) doesn't work.
Hope that helps!
If you want to delete dated na-tasks with due date in the future you could use (tag:na AND due:never) OR dueBefore:tomorrow
Today is really today at 00:00, that's why your last part (and not dueAfter:today) doesn't work.
Hope that helps!
democrito says:
Thank you very much, rajjan, now it works!!!