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.
Org Mode – Organize Your Life in Plain Text
31–40 of 238 posts
Re: Org Mode – Organize Your Life in Plain Text
#32Org 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.
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
#33It 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.
Re: Org Mode – Organize Your Life in Plain Text
#34Org 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
#35Org 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…
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
#36Can 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…
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
#37Can 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…
Its basically text only onenote.
Re: Org Mode – Organize Your Life in Plain Text
#38Org 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
#39Org 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
#40Org 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.
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).