benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

"Add Created Date" not working #141

Closed ghost closed 11 years ago

ghost commented 11 years ago

Since the last update, my new tasks do not get their created date added. No error is shown.

sardeie commented 11 years ago

Same here. Neither in the text file nor in the program.

benrhughes commented 11 years ago

Hmm, not sure what's going on here, I didn't think we'd touched that part of the code.

I'll take a look. On 15/01/2013 3:00 PM, "urdoox" notifications@github.com wrote:

Same here. Neither in the text file nor in the program.

— Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/141#issuecomment-12252570.

ghost commented 11 years ago

Just wanted to say that I have the same problem.

benrhughes commented 11 years ago

FYI, while I've fixed this issue, as a consequence some of the new grouping functionality is broken. Once we have a decent work-around for that I'll release this fix.

paullemmens commented 9 years ago

For me this is not (yet) solved; or only partially. It seems to be related to having entered a second date for a task, for instance, for those of using threshold tasks (although these are not functional in todotxt.net).

Try the following tasks (my comment after the pound sign): test due:today # works for me test due:today t:2015-09-18 # fails, no created date test due:tod # works, faulty due date intended test due:tod t:2015-09-18 # fail test due:tody t:1234 # works test due:today 2015-09-18 # fails

So it appears that todotxt.net gets confused when it sees more dates in the tasks than it is expecting / able to parse. Somehow that results in the created date not being added at the front.

HTH