Hacker News new | ask | show | jobs
by ottbot 5395 days ago
This is probably good advice, and I think I'll give org-mode another try without trying to build it around someone else's setup.

I've been using emacs for years, but could never quite make an habit out of org mode. I think deft handling simple org files might be a good way to get started.

2 comments

I kept trying to start with a todo list in Org-mode, and it was never worth it. Instead, I ended up getting into Org-mode through using it as a markup (it supports inline LaTeX!) and only later learned some of the shortcuts. I've just started using C-RET and similar to add outline nodes, for example; similarly C-. and C-d and such. Now I use Org-mode heavily for literate programming as well.

One of the reasons I love Emacs and Org-mode so much is that it never forces you to use its features. For the right approach and for the power user, this is beautiful.

Yeah, don't follow other people's guides to get started. Just realize that org-mode has so many features (including Literate Programming) it's easy to get lost.

Just start by using it as an outliner, when your files get too big or you need to start keeping TODO lists, look into agenda views, then capture, then ... well you know.

Start as simple as possible, and when things break, or don't do what you need, spend 15 minutes and make them work.