Live data from Hacker News

Org Mode – Organize Your Life in Plain Text

doc.norang.ca

31–40 of 238 posts

Re: Org Mode – Organize Your Life in Plain Text

#31

It looks like some people want to spend more time organizing their life than living their life. IDK man, I already need some willpower to use Trello and looks far easier.

Which isn’t always a bad thing! Having a good system to collect and organize information can be a high value skill. But org mode is not much of a tool meant to get out of your way to let you get shit done...much more an elaborate Rube Goldberg machine to tune

Re: Org Mode – Organize Your Life in Plain Text

#32

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.

Org mode has so many more functions than workflowy. You also don't need any of the keyboard shortcuts -- they simply Ardmore efficient ways to edit text, but they are just editing text. Orgmode is also plane text and extremely easy to replicate, even with Dropbox &c.

Workflowy has the opposite problem of orgmode. Workflowy owns your data and unless you frequently sync it with your hard drive then you risk losing all of your notes.

However, the best tool is the one that fits your needs and that you're familiar with. That said, would I encourage you to Wade into the orgmode pool? Most certainly!

Re: Org Mode – Organize Your Life in Plain Text

#34

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.

There's always cua-mode if you want something more compatible with usual text editors. No telling what will happen for any other Ctrl,Alt shortcuts, but most regular keys should work as expected. And there's always M-x to just search a command (which will also tell you the hotkey, if any).

Re: Org Mode – Organize Your Life in Plain Text

#35

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 suppose it is like saying: "Python: Write computer programs in plain text!"

In my experience, one does actually just edit text files using org-mode. It is different than the Tasks sub-application of Thunderbird/Lightening, for instance.

Re: Org Mode – Organize Your Life in Plain Text

#36

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…

In short: org mode is software that sits on top of the markup language, and lets you interact in sophisticated, semantic ways with the information in a file.

The markup is just markdown, modulo a few conventions. The power of org mode is manipulating the data / text / content you have written and marked up

Re: Org Mode – Organize Your Life in Plain Text

#37

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…

Org-mode does nifty things like letting you plop a date tag anywhere and indexing it for reminders later, like 5 day outlook.

Its basically text only onenote.

Re: Org Mode – Organize Your Life in Plain Text

#38

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 think it's a perfect excuse to procrastinate. You can spend months configuring Org Mode, tweaking and hacking away, instead of using something like Things, Todoist, or OmniFocus (or thousands more, whichever one you like best) and focusing on the things you should actually be doing and organizing. I've been guilty of that myself.

Re: Org Mode – Organize Your Life in Plain Text

#39

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 write polyglot literate programming academic papers with it. Nothing compares. We are many with that use case.

Re: Org Mode – Organize Your Life in Plain Text

#40

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.

If Workflowy does exactly and everything you want, then sure, use that. If there are times though when you wish it did something a little different or a little more or integrated better with some other tools you use then, well, with emacs and org mode you could scratch that itch with probably just a few dozen lines of elisp code.

Or if you later find some other tool that suits you better it may not be possible to move all your data to the other system, or at least prohibitively hard. With org mode, you can probably whip up an extension that mimics that other tool, or else just port you data.

The attraction of org mode is that it it's probably close to the simplest, most primitive way of solving that problem it solves, while also being one of the most easily extensible and customizable (because, emacs).

Post reply on HN