[Ask HN] How do you organize your tasks/to-do lists?
Just curious.
I might be old-fashioned, but I'm still using a pen and notebook. I'm thinking of going digital, but all of the online to-do list applications are far too complicated — I don't care about categories, tags, or priorities. I'd just like to be able to type in a list of tasks for a given day and hit a box to mark them as done.
58 comments
[ 4.0 ms ] story [ 93.3 ms ] threadYou can find it here: http://news.ycombinator.com/item?id=1108498
I have since added a few minor details, but largely it's the same. I still feel a bit bad for ripping off their design, but heck, it was just up my alley. But in all honesty, it sounds like http://teuxdeux.com/ out of the box would be just your thing. Personally I wanted to be able to have it stored "locally" where I had full control.
And to answer your question: I use what is outlined above and it works really well for me. The only drawback, perhaps, is that my "To do Some day" list has gotten pretty big. Everything I can't do right now but find interesting, or every little idea end up in that container. Not sure if that's entirely bad, though.
TeuxDeux is very, very close to what I'm looking for — I'll give it a try for a couple of days. Too bad they don't have an iPhone version ready (even just an iPhone-optimized site).
It's on the "Todo Some Day" list to make my version of it talk SyncML which would enable it to synchronize with existing mobile apps out there. I never considered porting the UI, but maybe that's an idea, it is really suitable for cellphones.
Hmm...
I have a private repo on git-hub with minor things I am writing (i.e. not multi-week projects), priority registers (only allow myself 3 things on it), lists of things to read, list of things to do in spare time, list of ideas for future projects, and directories with notes on books and practice applications that I write when learning something new.
It's very effective for me.
http://searchyc.com/org-mode
http://orgmode.org/org.html
http://www.omnigroup.com/products/omnifocus/
I wrote it myself because, like you, I didn't like the complicated nature of the other tools out there. It's pretty basic but it works.
While on-topic, just want to clear up misconceptions of org-mode. It is different from all the software/website task managers mentioned here. You can think of it as a meta-organization tool. A org software factory if you will. You can customize it to exactly how you want your thoughts, tasks, notes, etc organized.
See http://doc.norang.ca/org-mode.html for an idea of the sheer breadth of options available to make it work exactly for you.
This may sound like a lot of work, but there are a lot of sensible defaults, which is why most org-mode tutorials that scratch the surface make it seem like a sibling to other task management software. The base case the OP wants would simply be:
If I may pilfer a quote, org-mode "outshines other [task management solutions] in approximately the same way the noonday sun does the stars." (Neal Stephenson on Emacs)I get e-mails for business related tasks. Outlook flags posts sent directly to me (as in, I'm in the TO: box, not part of a group or CC'ed) and I'll check them out.
Anything else is stuff I want to do. I don't often forget that I want to do something, thus no list necessary. If I do miss something... well there's always free time in the future.
Taskpaper.vim plugin: http://www.vim.org/scripts/script.php?script_id=2027
Recommendations for highlighting taskpaper files: http://www.praytothemachine.com/evil/2007/11/06/taskpaper-an...
These were the best $10 I spent on an iPhone app by a very wide margin. It is simple, but not simplistic, and it is really well designed and executed.
Quite simple interface. Write your list, easy to manage times with the shortcuts (just go: ^ then type your due-by date, ie: tomorrow or friday and it'll set the date), and you can print it off if you still enjoy the nostalgia of pen and paper
I think you might want to look at http://www.toodledo.com/ - it is actually quite powerful (aka "complicated") but the amount of complexity is user configurable. So if you don't care for a certain category, you can just tell the system to ignore it.
The main advantage of something "online" is that it is easy to attach supplementary information to a to-do item - a file, a message-ID...
I use a hybrid of post-it notes, online calendar, paper notebook, toodledo, and e-mail. GTD it isn't - but it works.
[Edit - toodledo also allows you to assign tasks to other users. It is not quite implemented in the way I would like, but their deveoper is very user-friendly and they are always working on it, so I am optimistic.]
http://www.potionfactory.com/thehitlist/
Every few days I rewrite the list onto the next page, drop things that are no longer relevant, expand items that are sticking around. The physical nature of the list, and the ritual of recopying it are really powerful, to me. Plus the fact that I recopy it frequently helps keep it from getting out of hand and naturally prioritizes it.
I say this, but I've been out of the habit lately. I need to start doing this again.
For more information read this article: http://patrickrhone.com/2006/06/27/backpack-new-gtd-implemen...
It's a todo list designed for development projects (you can put a todo list in any directory), but I use one in my home directory for just the basic stuff: add and mark complete.
It also helps that the app is simple and well designed. I don't use the tagging or much of the scheduled tasks features. Otherwise, there isn't much that beats pen and paper.
I have a series of text files organized how I like. I added syntax highlighting in TextMate. I also wrote Ruby scripts that automate any parts that would be tedious if done manually. My calendar is just a glorified text file, specially formatted for ease-of-use.
I also wrote my own TextMate bundle that turns TextMate into a wiki, which is my exobrain.
Finally, whatever you end up doing, I would recommend doing something similar to my "jot" script. Basically, whenever I have an idea or come across something I want to address later, I hit F10, a dialog appears, I type my thought into the text box and hit enter, and then the message is saved in a file called jot.txt. At the end of the day I clean out my jot.txt. This allows me to capture ideas as they come to me without breaking my momentum of what I'm currently working on. You can find that script here: http://techiferous.com/2009/12/streamlining-your-workflow-wi...