# Org mode?

**URL:** https://forum.beeminder.com/t/org-mode/10610
**Category:** Akrasia
**Created:** [November 3, 2022, 4:07pm UTC](https://forum.beeminder.com/t/org-mode/10610 "2022-11-03T16:07:31Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![narthur](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.beeminder.com/narthur/32/5113_2.png) [@narthur](https://forum.beeminder.com/u/narthur)
#### Post date: [November 3, 2022, 4:07pm UTC](https://forum.beeminder.com/t/org-mode/10610/1 "2022-11-03T16:07:31Z")

</div>

Anyone here use org mode? I know basically nothing about vim or emacs. If you use it, how? I’m under the impression it’s very customizable. What kind of things do you have set up for yourself?

---

<div class="post-metadata">

### Author: ![cgamer1](https://avatars.discourse-cdn.com/v4/letter/c/838e76/32.png) [@cgamer1](https://forum.beeminder.com/u/cgamer1)
#### Post date: [November 3, 2022, 4:37pm UTC](https://forum.beeminder.com/t/org-mode/10610/2 "2022-11-03T16:37:00Z")

</div>

I do not personally use it but there was a great thread about it:

> [@Beeminder + Org Mode = Heaven](https://forum.beeminder.com/t/beeminder-org-mode-heaven/10203):
>
> I just recently bit the bullet and learned emacs and org mode. I didn’t realize that this is what my scatter brain needed my entire life. “Org mode” (which basically means “the ORGanizing extension”) is an extension to the “Emacs” editor which allows you to take notes and place all your TODO items and scheduled items anywhere in your outline, and it also scans the entire document to make an interactive report called the “agenda view” where you can see and interact with all of your calendar sch…

---

<div class="post-metadata">

### Author: ![mbork](https://avatars.discourse-cdn.com/v4/letter/m/ed655f/32.png) [@mbork](https://forum.beeminder.com/u/mbork)
#### Post date: [November 4, 2022, 7:12am UTC](https://forum.beeminder.com/t/org-mode/10610/3 "2022-11-04T07:12:50Z")

</div>

Org mode is great, I use it all the time! And yes, it is very customizable – after all, it’s an Emacs mode.

I use it for (in no particular order):

- clocking (ie., time tracking, with my own integrations with Toggl and Beeminder),
- authoring (I used it to write two books and hundreds of blog posts, with my custom exporter to my wiki/blog format),
- task management (with a dead-simple, one-way “integration” with Jira, also my own),
- note taking (including my daughter’s and wife’s school schedules, vacation planning, brainstorming, keeping tracks of books I’d like to buy/read, writing down procedures for tasks I need to do regularly but seldom enough that I don’t remember how to do them, sometimes writing email drafts),
- collecting data (like weighing myself every day – it has excellent support for stuff like “I press a key and a datapoint/entry is added to a table/list”),
- DevOps (bash or postgres scripts I can run from within an Org file, with results inserted right there e.g. in the form of a table I can then export to HTML, LaTeX and other formats)
- bookmarking websites to read (or just have in the archive), integrated with Firefox (basically, I click an icon in ff and an entry appears in an Org list, with the title, url, current timestamp and the selection text if it was active in ff),
- day planning,
- reminding myself about recurring tasks, like bills to pay,
- journaling,
- a few years ago I used it to prepare e-learning materials, automatically exported to HTML+JS (with quizzes),
- I sometimes use the built-in spreadsheet feature,
- I wanted to use it for spaced repetition, though I’ll probably settle for Anki for that,
- I played around with Zettelkasten with Zettlr, but I’m probably going to move my notes to Org mode – it has several Zettelkasten-inspired add-ons now.

Actually, every time someone mentions things like Obsidian, Scrivener, Zettlr etc., I take a look and decide “ah, so it’s kind of a poor man’s Org mode”…

I can provide links to any of the above if you’re interested. And one of the important features/design principles of Org mode is “you don’t need to learn everything – you can start small, with e.g. a short to-do list or one file with notes, and expand from there if/when you want – features you don’t use shouldn’t get in the way”. The only reason they sometimes _do_ get in the way is when you press some key by accident and you activate something you have no idea about. But it’s Emacs, so then you can undo or press `C-h l` (`ctrl+h` and then `l`) to see the last 300 keys you pressed (annotated with what commands they invoked).

---

<div class="post-metadata">

### Author: ![dreev](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.beeminder.com/dreev/32/4311_2.png) [@dreev](https://forum.beeminder.com/u/dreev)
#### Post date: [November 4, 2022, 7:57am UTC](https://forum.beeminder.com/t/org-mode/10610/4 "2022-11-04T07:57:18Z")

</div>

This reminds me that I came across another poor man’s Org mode, as @mbork says, that’s like a text file with built-in, in-line timers:  
[https://tasktxt.com/](https://tasktxt.com/)

---

<div class="post-metadata">

### Author: ![mbork](https://avatars.discourse-cdn.com/v4/letter/m/ed655f/32.png) [@mbork](https://forum.beeminder.com/u/mbork)
#### Post date: [November 4, 2022, 1:20pm UTC](https://forum.beeminder.com/t/org-mode/10610/5 "2022-11-04T13:20:35Z")

</div>

That’s right, I’ve seen that, too, on HN. Looks nice and doesn’t seem to do anything that Org mode can’t do (though you’d have to work a bit to get the inline timers if you really wanted them).

To fair, though, Org mode has its deficiencies, too. The main one is probably that it doesn’t have any features for collaboration. Another one is the lack of support for timezones.

---

<div class="post-metadata">

### Author: ![narthur](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.beeminder.com/narthur/32/5113_2.png) [@narthur](https://forum.beeminder.com/u/narthur)
#### Post date: [November 4, 2022, 6:30pm UTC](https://forum.beeminder.com/t/org-mode/10610/6 "2022-11-04T18:30:06Z")

</div>

@mbork hmm, interesting!

Currently I’m thinking I’d like to have a workflowy-like collapsible outline tasklist where I can create a bunch of nested tasks and then view only the outer most leaves, and beemind different characteristics of the task collection. What would I need to learn / use to do something like that?

Also, sync between devices?

---

<div class="post-metadata">

### Author: ![mbork](https://avatars.discourse-cdn.com/v4/letter/m/ed655f/32.png) [@mbork](https://forum.beeminder.com/u/mbork)
#### Post date: [November 5, 2022, 10:32am UTC](https://forum.beeminder.com/t/org-mode/10610/7 "2022-11-05T10:32:37Z")

</div>

Well, I don’t know Workflowy.  
But, “collapsible outlines” are the heart of Org-mode. Also, any headline in the outline may be a “task” in Org mode – you just need to assign it a keyword like `TODO` or `DONE`.  
As for sync between devices – well, Git, basically. I assume there are automated solutions, but one of the basic tenets of Org mode is “use text files, human-readable even without Org mode”.  
I could show you some basics over Google Meet or something. There are also a lot of YouTube videos about Org mode, if that’s your thing.
