You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
I’ve run into a strange behavior with contexts and wanted to check if it’s me doing something wrong or if this might be a bug. I'm running on version 3.4.2.
I have a context defined like this:
project:personal or project:homelab or project:acme
It works perfectly fine when listing or filtering tasks with expected outcomes.
However, when I add a new task while this context is active, something odd happens. For example:
task add "Thing to do" project:personal
The new task ends up with the description set to "or or Thing to do", as if the or parts from the context are somehow prepended to the description.
So I’m wondering:
Is my context definition incorrect (should I be writing it differently)?
Or does this look like an actual bug worth reporting?
Thanks in advance - any pointers would be appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I’ve run into a strange behavior with contexts and wanted to check if it’s me doing something wrong or if this might be a bug. I'm running on version 3.4.2.
I have a context defined like this:
It works perfectly fine when listing or filtering tasks with expected outcomes.
However, when I add a new task while this context is active, something odd happens. For example:
The new task ends up with the description set to "or or Thing to do", as if the or parts from the context are somehow prepended to the description.
So I’m wondering:
Thanks in advance - any pointers would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions