Org Roam

Org Roam is an implementation of Zettelkasten built using Org Mode in Emacs . The tool Org-roam-ui provides a nice graphical web interface to org-roam.

I found about org roam after reading the book Getting Things Done( gtd) by David Allen. My setup is documented in myzettel .

Files in org mode are auto-exported to md format using ox-hugo and being served as website by hugo_server .

(org-id-update-id-locations (directory-files-recursively “~/notes” “\\.org$”) ) https://www.reddit.com/r/emacs/comments/veesun/orgroam_is_absolutely_fantastic/ ↗

https://www.reddit.com/r/emacs/comments/vbaqq3/orgroamdailiesgototoday_in_other_window/ ↗

(defun ugt-org-roam-dailies-goto-today nil “Open todays journal in other window.” (interactive) (split-window-right) (other-window 1) (org-roam-dailies-goto-today))


© Prabu Anand K 2020-2026