ryjm comments on Thoughts on the January CFAR workshop - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (73)
For the GTD stuff, I use emacs + org-mode + .emacs based on this configuration + mobile org.
Since I try to work exclusively in emacs, I can quickly capture notes and "things that need to get done" in their proper context, all of which is aggregated under an Agenda window. The Agenda window manages a collection of ".org" files which store the specific details of everything. MobileOrg syncs all these .org files to my phone. Combined with the GTD philosophy of never having anything uncategorized bouncing around in my mind, this system works very well for me.
Example workflow (a better and more complete example is in the configuration I linked above):
It all seems very complicated, but all of this is literally a couple of keystrokes. And this barely scratches the surface (take a look at the aforementioned configuration to see what I mean).
Pros:
Cons:
A spaced repetition package is also available for org-mode, which really ties the whole thing together for me.
EDIT: You can also overlay latex fragments directly in org-mode, which is really nice for notetaking. Whole .org files can be exported to latex as well.