Hacker News new | ask | show | jobs
by Jaepa 1625 days ago
Well where 2 hours into this and no-one mentioned org / org-roam, so I feel a begrudging responsibility to do so.

Org-mode is a combination of note taking, todolist, jupyter notebook, & calendar major-mode for Emacs. It is wonderful and terrible in a lot of the ways emacs itself is. It is incredibly configurable and extendable, and feature rich to the degree that discovering spreadsheet support after using it for 6 months seems to be a rite of passage.

Org-roam is an extension ontop of org-mode that creates an roam like layer.

The largest drawback stems from it being so flexible making it hard to develop a good phone client for it. Through Álvaro Ramírez's PlainOrg(iOS) & Orgzly (Android) do help somewhat.

3 comments

Org-mode is brilliant. The key is to pick stuff up as you find a need for it, otherwise it gets overwhelming. But you know this.

Mobile-wise, lately I've been using emacs through termux on my Android (LineageOS) phone. With a keyboard attached through usb-c there isn't much difference. Even using the touch keyboard it's better than the alternatives.

IMO the best org phone client is a VPS + CLI emacs + good mobile SSH client + syncthing. Requires connectivity but then I have e.g. org-agenda feature parity. I basically live in this setup. Surprisingly ergonomic to use with a touchscreen and phone keyboard.

If I have no connectivity, the last thing I want is to be editing my org files on yet another device and introducing conflicts. I use something like beorg (ios) for background-sync offline read-only access but don't use it to write offline.

I use cli emacs with termux on android with synchting, no vps needed
Hey, thanks for the rabbit hole :)
Always glad to help. If you are looking for a direction I personally suggest looking at tecosaur config¹/blog² & rougier's assorted emacs repo³.

1: https://tecosaur.github.io/emacs-config/config.html 2: https://blog.tecosaur.com/tmio/ 3: https://github.com/rougier#emacs-hacking