Org Mode – Organize Your Life in Plain Text
doc.norang.ca
Org Mode – Organize Your Life in Plain Text
1–10 of 238 posts
Re: Org Mode – Organize Your Life in Plain Text
#2Re: Org Mode – Organize Your Life in Plain Text
#3Just 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
#4Re: Org Mode – Organize Your Life in Plain Text
#5Re: Org Mode – Organize Your Life in Plain Text
#6Org 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…
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
#7Re: Org Mode – Organize Your Life in Plain Text
#8Org 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…
Re: Org Mode – Organize Your Life in Plain Text
#9Org 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…
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
#10I 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 ```