I sort of bounce off of org over and over because I find it very unreadable. Compared to Markdown (I know Markdown isn't quite the same thing), org feels very crusty and noisy.
While org mode can do almost anything, it is foremost an outliner, not a markup language like markdown. Using org-mode in place of Markdown is like using MS Word for coding, so no wonder
I think you are right. My real issue is that I don't have an "outliner" brain. I've never really understood why people make outlines or even, really, take notes.
Org's utility to me is then the making and keeping track of todos. But markdown can do that without much trouble.
I actually pandoced my Markdown files to Org mode a few years ago because Org mode is easier to read in plain text editors. I especially like the use of dashes for lists. However, even in Emacs Org mode, I still use `backtick` fences in inline code.
nine_k|6 days ago
Also, it's always a tree. The three operations, like folding, traversal,. etc, are essential for me, and not available in Markdown.
Fortunately, GitHub understands README.org files.
dotancohen|6 days ago
Ferret7446|6 days ago
nathan_compton|6 days ago
Org's utility to me is then the making and keeping track of todos. But markdown can do that without much trouble.
dotancohen|6 days ago