-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unrecognized column format due.relative #2
Comments
Here I go again not setting my own project to watched, so I completely miss PRs and issues. That's fixed now. Just tested with 2.5.0 under Ubuntu: $ task --version
2.5.0
$ task \
rc.report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,wait.remaining,due,until.remaining,description,urgency \
rc.report.next.filter='status:pending or status:waiting' \
rc.report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Wait,Due,Until,Description,Urg
...
319 tasks
Configuration override rc.report.next.columns:id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,wait.remaining,due,until.remaining,description,urgency
Configuration override rc.report.next.filter:status:pending or status:waiting
Configuration override rc.report.next.labels:ID,Active,Age,Deps,P,Project,Tag,Recur,S,Wait,Due,Until,Description,Urg
There are local changes. Sync required. Unsure what's going on; maaaaybe that format was removed in 2.5.1? I'd be surprised. At the same time, https://taskwarrior.org/download/ says:
So I think the next thing to do would be to try with Ubuntu-on-Windows. |
It's true that this command works for task 2.5.0, but weekly.js still crashes on my setup without #3 I am using Ubuntu-on-Windows (which I've installed only to use TW and related tools :) ) |
Huh, this is weird. I've just tried on 2.5.1, and It Works On My Machine (C). On one hand, to debug further, could you run the same commands I did above and paste their output from your system? On the other, I'll be happy to merge #3 if you add in some kind of configurability, using for example an ENV var or whatever. |
|
Hey, I'm using taskwarrior 2.5.1 on windows msys2 (git sdk 64), and I got this error on step 2.
Are you using taskwarrior dev with your script ? Is it possible to backport it to taskwarrior stable ? =)
Best,
The text was updated successfully, but these errors were encountered: