Skip to content

Instantly share code, notes, and snippets.

@linuxcaffe
Created June 8, 2014 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxcaffe/a4898d50826be559b5b9 to your computer and use it in GitHub Desktop.
Save linuxcaffe/a4898d50826be559b5b9 to your computer and use it in GitHub Desktop.
number and ordinal don't match.
djp@tigger:~$ tw pro:CAPIC
+task pro:CAPIC
[task limit:page list pro:CAPIC]
ID Age D Project Tags Due Description Urg
102 1d D CAPIC TC H4N 2014/06/10 test audio record 5.17
101 2d CAPIC 2014/06/13 call Justis at Theatre Centre 15.9
2 tasks
Filter: ( ( status == pending ) and project = CAPIC )
There are local changes. Sync required.
djp@tigger:~$ tw 101 mod due:9th
+task 101 mod due:9th
Filter: ( ( id == 101 ) )
Error: number and ordinal don't match.
djp@tigger:~$ tw 101 mod due:2014-06-09
+task 101 mod due:2014-06-09
Filter: ( ( id == 101 ) )
Error: number and ordinal don't match.
djp@tigger:~$ tw 101 mod due:eow
+task 101 mod due:eow
Filter: ( ( id == 101 ) )
Error: number and ordinal don't match.
djp@tigger:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment