I would love to help out on todotxt-touch and have a few questions: Is this list still accurate? And in terms of testing / using the app: It loads for me in my...
Hi all, I love todo.txt. Unfortunately when I try to add priorities to a task (e.g. "t pri # A") I'm unable to list tasks again ("t ls"). It just adds a blank...
I fixed my issue by using the projectview patch by Ingo Karkat (http://tech.groups.yahoo.com/group/todotxt/message/2670). Seems to be a bug in the original...
Sorry for triple posting! Turns out todo.txt hangs up on tasks with priorities AND german umlauts (ö,ü,ä,ß etc.). With the modified projectview file it...
2699
Ingo Karkat
swdev@...
Aug 3, 2010 12:24 pm
... Hey Chris, You didn't state your todo.txt version; I assume your using v2.6 (call todo.sh -V to find out). Your issue seems to be related to one reported...
... Thanks for your quick reply. My todo.txt version is indeed 2.6. ... Thanks, I just tried this snapshot and everything (including umlauts and task...
Sounds like it's time for a new release: I just tagged version 2.7 on GitHub, and uploaded the stripped-down .zip and .tar.gz files to the Downloads area: ...
Looks like a bug got introduced (by me) in the latest commit. No wonder Gina is pushing for regression testing... This patch/change should fix it. You might...
Try changing from Java 1.5 to Java 1.6. Project Properties -> Java Compiler -> 1.6. I think Java 1.5 doesn't allow the annotation override when the method is ...
... Note that the update in the dev snapshot just works around the bug in the version of sed provided by OSX. I'm glad the workaround worked for German text...
Have everything working. After deleting repo and reforking, @Override problem went away. Applied your patch and fixed bug 11, which was very simple (looks...
Cool. Small commits are good and this one is actually fairly critical so please commit the change and issue a pull request to gina. Thanks On Tue, Aug 3, 2010...
2707
Ingo Karkat
swdev@...
Aug 4, 2010 7:14 am
... Thanks Gina! I think this is a perfect point to make a new release, and I had intended to ask you about your release plans, but didn't come to it yet. Can ...
I've started on a simple web app from the todo.txt-touch java logic. Since it integrates to dropbox it's kinda lightweight and easy to set up since it doesn't...
2709
Adam Blackburn
adam@...
Aug 5, 2010 12:35 am
Hi everyone, I really liked todo.txt (it was the only todo system I could use for any amount of time), but one problem kept me from using it all the time: it...
Hi - I'm an end user and with 2.7 I get the following after a fresh install when I'm in main directory: ~/todo_pgm_2.7/todo.txt_cli-2.7/todo.sh ls tr: extra...
2712
Ingo Karkat
swdev@...
Aug 9, 2010 6:20 am
... Hi Bill, Thanks for the detailed bug report - that made it very easy to track down the problem! You seem to have single-letter files in your home...
Ingo - Thank you! It works fine. I really appreciate your effort. I'm glad that I could contribute in a small way to this cool program. - Bill P.S. I responded...
Today I decided to come back to todo.txt (I was using it back in the days, when it was just released and there wasn't a git repo). I followed the steps...
... No, as far as I can tell, the instructions are still valid. todo.sh complains that its configuration file is missing; you can put it in the following...
Hello, I have spotted the source of the error and the confusion. todo.cfg can't be linked symbolically to the home directory, it has to follow one of the three...
2719
Ingo Karkat
swdev@...
Aug 12, 2010 11:13 am
... A symlink in either of the 3 locations should work, I just verified this on my Ubuntu 10.4 system. If the following works, todo.sh should pick up the...
2720
Glyn Faulkner
gf515@...
Aug 16, 2010 1:27 pm
Hello, I've just sent Gina a pull-request which adds two new commandline options: -b (for 'beginning39;) prepends a string to the start of each line in an 'addm'...
2721
Glyn Faulkner
gf515@...
Aug 16, 2010 1:37 pm
Oops! I hit the wrong key and sent it before I'd finished. :$ As I was saying, when I have time I'll extend it so that these options can be used when closing...
My setup involves the scheduler and futureTasks. futureTasks is set up as my TODOTXT_FINAL_FILTER. I'm also running it through Conky to display on my...
... It's up to Gina whether she adds this to todo.sh, but this could be done as an action. I have something very similar, so I copied and modified it. I've...