You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

pinyaka comments on How do you take notes? - Less Wrong Discussion

10 Post author: ChristianKl 22 June 2014 10:45AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (28)

You are viewing a single comment's thread.

Comment author: pinyaka 26 June 2014 02:50:26PM 2 points [-]

I use org mode in emacs to take notes from web browsing and to store notes about projects I'm working on. It's plain text but allows for hierarchical organization, tags, generation of spread-sheet like tables, etc. and I can always export it later to something that non-emacs users can look at, like html or pdf. Being emacs, there is an absurd amount of stuff that can be done with the document, including the ability to compile and execute code snippets in the languages that I use (I am a programmer, so this is sometimes quite helpful).