Live data from Hacker News

Org Mode – Organize Your Life in Plain Text

doc.norang.ca

1–10 of 238 posts

Re: Org Mode – Organize Your Life in Plain Text

#3
Org Mode keeps being pushed again and again, but honestly this title is one of the boldest claims I've seen about it.

Just look at the document. It's a 400+kb HTML page of Emacs configurations, keybindings and other stuff that makes absolutely no sense unless you've been an avid Emacs user for years. Where is the Plain Text here? I see nothing of the sort. Sure, the output might resemble Plain Text, but it's clearly not.

I have nothing against it or those who use it, more power to you, but please be realistic.

Sorry about the rant.

Re: Org Mode – Organize Your Life in Plain Text

#6

Org Mode keeps being pushed again and again, but honestly this title is one of the boldest claims I've seen about it. Just look at the document. It's a 400+kb HTML page of Emacs configurations, keybindings and other stuff that makes absolutely no sense unless you've been an avid Emacs user for years. Where is the Plain Text here? I see nothing of the sort. Sure, the output might resemble Plain Text, but it's clearly…

I agree. Why use Org Mode when, for example, Workflowy exists?

The latter is robust to your hard drive failing and downloadable in plaintext, too. And it looks better. And you don't have to learn a billion key shortcuts with silly names like "yank" to use it.

Re: Org Mode – Organize Your Life in Plain Text

#7
I was a big fan of org mode, and I still think nothing beats it for free form note taking. But if your use cases are very simple todo tracking, you might want to try OmniFocus. I have bene using OmniFocus and found a very easy to use replacement. It doesn't match the flexibility of org mode but gets the job done.

Re: Org Mode – Organize Your Life in Plain Text

#8

Org Mode keeps being pushed again and again, but honestly this title is one of the boldest claims I've seen about it. Just look at the document. It's a 400+kb HTML page of Emacs configurations, keybindings and other stuff that makes absolutely no sense unless you've been an avid Emacs user for years. Where is the Plain Text here? I see nothing of the sort. Sure, the output might resemble Plain Text, but it's clearly…

Or just markdown

Re: Org Mode – Organize Your Life in Plain Text

#9

Org Mode keeps being pushed again and again, but honestly this title is one of the boldest claims I've seen about it. Just look at the document. It's a 400+kb HTML page of Emacs configurations, keybindings and other stuff that makes absolutely no sense unless you've been an avid Emacs user for years. Where is the Plain Text here? I see nothing of the sort. Sure, the output might resemble Plain Text, but it's clearly…

I have just started the plunge into the emacs and org mode life, so I am by no means a die hard defender of the name.

Org modes files do export as plain text; this makes them super simple to deal with. It looks similar to a non-rendered markup file. Not pretty, but definitely plain-text.

One huge feature of org mode I have yet to use is that you can nest org mode files. So you can have ten org mode files from different parts of your life all get pulled and displayed into one screen.

Re: Org Mode – Organize Your Life in Plain Text

#10
Can I get a quick rundown on why Org Mode is better (easier/faster/more organized/whatever you prefer) than a ~/TODO.md file?

I use this format:

```

## yyyy-mm-dd name of the homework

- for tasks that have to be done

! for tasks that contain a warning, careful, beware

> for tasks I am waiting for others to give me output about

? for tasks I am not sure about

v for tasks I've completed

x for tasks i won't do, WONTFIX

```

so, for example, today i'd have: ```

## 2020-05-25 orgmode

> ask about orgmode on hn

v rant on hn about my own flatfile task management

x install emacs

? look if orgmode can be tested on vi ```

Post reply on HN