Why and How I use "Org Mode" for my writing and more

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. slideware

    Where the conference talk slides are...

    Oh hei, HN! Post author here.

    Of all the giant blog posts I've written (brevity is not my strong suit), this one must have sent me the most traffic... Clearly there is a persistent unmet demand for Org Mode explanations / experience reports. Please write!

    For non-Emacs users:

    I've listed a bunch of alternatives that offer useful sub-sets of the Emacs version. On my Android phone, I use orgzly. I don't sync back and forth, preferring to hand-transcribe anything that is worth my while (I type fast enough on my computer). However it's good to know that my notes are just plain text, therefore always accessible.

    Recent-most epic win of using org-mode:

    Trivially exported the live demo version [1] of my talk [2] (org-babel) to a single web page [3] (reveal.js deck). It was a remote presentation, so it was great to be able to share the deck with the attendees.

    [1] clojure-web-app-workshop-functional-conf-2025.org here: https://github.com/adityaathalye/slideware/ (see raw source for export directives)

    [2] Talk video in this playlist: https://youtu.be/YEHVEId-utY (the playlist has video of the example I described in my blog post.)

    [3] All blog posts are just tiny websites :) https://www.evalapply.org/posts/why-and-how-i-use-org-mode/d...

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. orgzly-android

    Outliner for taking notes and managing to-do lists

    org mobile exists[0], but I have yet to meet anyone actually using it in the wild, and requires you to have your own server to mediate from.

    An alternative is to use Git(hub) as the mediator, and here Orgzly is a decent Android app with Git support[1]. It just has a tendency of clobbering your git log with automatically generated commit messages.

    0: https://orgmode.org/manual/Org-Mobile.html

    1: https://github.com/orgzly/orgzly-android/pull/1037

  4. organice

    An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers

    I just use syncthing, with https://f-droid.org/en/packages/com.github.catfriend1.syncth... on Android and the official packages on desktop. On Android, I've been using the organice build from https://github.com/200ok-ch/organice/issues/932# but have also installed https://orgro.org/ which is nicer for reading and simple edits. I've heard https://apps.apple.com/gb/app/synctrain/id6553985316?platfor... is nice for ios

  5. orgro

    An Org Mode app for iOS and Android

    I just use syncthing, with https://f-droid.org/en/packages/com.github.catfriend1.syncth... on Android and the official packages on desktop. On Android, I've been using the organice build from https://github.com/200ok-ch/organice/issues/932# but have also installed https://orgro.org/ which is nicer for reading and simple edits. I've heard https://apps.apple.com/gb/app/synctrain/id6553985316?platfor... is nice for ios

  6. orgajs

    parse org-mode content into AST

    Completely agree, on both counts. Users often ask me how they can edit their BrainTool.org file outside the extension. There's no way I can in good conscience point the average knowledge worker toward installing an emacs distro!

    FWIW I use orgajs (https://github.com/orgapp/orgajs). Its well-supported and gives me a pretty complete AST. Highly recommend if you're working in JS.

  7. zim-desktop-wiki

    Main repository of the zim desktop wiki project

    FWIW, I ended up doing a lot of org-mode-like things by starting with https://zim-wiki.org a VERY long time ago; I use it for notes, scheduling, publishing my own website, and even slides with the s5 thing.

    Somewhere in there, I gave org-mode 2 or so years and eventually gave it up entirely; it just really plays SO un-nicely with literally everything else.

    Anyone else looking for this sort of thing, I'd probably point to Obsidian first, but I'll probably stick with zim for the time being.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Org-Mode suggestions for tablets/mobile devices

    2 projects | /r/emacs | 16 Jan 2023
  • Now you can use org-mode on your phone

    6 projects | /r/orgmode | 11 Jun 2022
  • Orgzly is a free and open source note taking and to-do app with an incredible amount of customization and multiple synchronization options

    3 projects | /r/orgmode | 23 May 2022
  • The Emacs Lock-In Effect or the Emacs Sunk Cost Fallacy

    8 projects | news.ycombinator.com | 6 Aug 2021
  • Question On Making The Impossible: Making Emacs So Easy That Your Partner Could Use It For Just TODO Lists

    2 projects | /r/emacs | 30 Jun 2021

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?