iconunforged comments on Personal information management - 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 (31)
Anyone using org-mode here? It's free, cross-platform, and also has links (to arbitary files!), outlines (actually, the whole thing is mostly about hierarchical headings), you can use it using mostly the keyboard only, and there are also some Android / iPhone apps (however, I haven't tried them yet).
It has the added benefit that headings have nice colors (especially with a white on black color theme), so if you put it on full screen everyone gets the impression that you're doing something complicated and useful thing. (Even if you're just churning out notes about how to improve your time management as a quite nice & recursive way of procrastination.)
(And yes, it's an emacs mode, actually this is the reason I ended up using emacs for all kinds of other things...)
Additional note: linking to all kinds of files can be an awesome tool when building maps of big and ugly software systems.
As much as I like org-mode (and I like it so much that I don't see myself changing systems unless someone comes along and refines the hell out of org-mode under a new name), I've wished for more from it. Perhaps I ought to just get to work learning more emacs, but some trivial inconveniences and vague desires I've encountered so far:
Oh, yes. I do Dropbox syncing, too (this is the other good thing about org-mode: plain text files). And there might be some truth in the statement that while org-mode is excellent for a single file, things start to be less seamless when it comes to more of them... inter-file links don't seem to be that reliable, for example. Is this the reason for your One Big Org File?
For white on black, it's just (setq default-frame-alist '((background-color . "black") (foreground-color . "white"))) in your .emacs.
Actually, it's kind of typical lesswrong that I started off with a comment popularizing org-mode, but ended up changing my mind about it (well... kind of), the newest experiments include Notational Velocity (they seem to be good at the global search stuff org-mode is lacking, but not so nice indented lists locally), and also this system:
http://www.speakeasy.org/~lion/nb/book.pdf
which includes paper notebooks, maps of your thoughts and similar fancy stuff, but I haven't yet finished reading it (it's long and not exactly the most organized stuff I've ever read... but it has good ideas.)
For links, I switched to the org-id module and a unique ID for any new links. It works as long as the file containing the target headline is in the same directory as the file containing the link.