Hacker News new | ask | show | jobs
by bitspook 1369 days ago
I can relate; locked into Emacs is not a problem on desktop, but when not on a machine it is a big liability. Leaving all the little clever hacks and fine tuning behind for large part of my day make me feel...less.

I have tried a bunch of org-mode parsers to get out of Emacs for some of my workflows (e.g blogging, note taking/reading), but they all have the problem that anything I built on top of org gets left behind.

Most recently, I've been experimenting with just delegating the job of Emacs to Emacs itself e.g for blogging, converting my org-mode files to HTML. Here's the code I am using: https://github.com/bitspook/cl-ownpress

I am using it for converting my org-roam notes to mobile-readable HTML so I can read them when on the move and explore my notes based on tags, a featuer I've found missing in the popular org-roam-ui (last time I tried it). I am also using it to create my blog. So far so good.

I enjoy fantasizing how the lisp hacks I do in emacs/org on desktop could carry over to mobile.