top | item 47116947

(no title)

nathan_compton | 7 days ago

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.

discuss

order

nine_k|6 days ago

This totally depends on how you set up your org face attributes. I keep using Org because, for me, it's far more readable than Markdown.

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

Emacs folds and unfolds Markdown just like Org since about 29.0 at least I think.

Ferret7446|6 days ago

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

nathan_compton|6 days ago

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.

dotancohen|6 days ago

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.