Capturing
- 2023-02-04 ◦ One way to set up org-protocol on Linux - Kisaragi Hiu
- 2022-11-22 ◦ An example workflow with Org-roam https://www.reddit.com/r/emacs/comments/ysfcmx/comment/iw3cl4u · GitHub
Functions
- Create ID for current buffer:
org-id-get-create
Articles
-
2023-02-07 ◦ Implementing the PARA Method in Org-mode - Wai Hon’s Blog (PARA)
-
2023-02-02 ◦ My org-roam workflows for taking notes and writing articles
I want all of my notes to have a #+date property, set to the creation time of the note. Instead of having to modify all templates to include it, I add a hook to org-roam-capture-new-node-hook that inserts the property whenever a new note is created.
1 2 3 4
(defun dh/org-insert-date-keyword () (org-roam-set-keyword "date" (format-time-string "[%Y-%m-%d %a]" (current-time)))) (add-hook 'org-roam-capture-new-node-hook #'dh/org-insert-date-keyword)
-
2022-08-30 ◦ Emacs CODE implementation
- some workflows
- implements
CODE
as proposed by Tiago Forte
-
2022-08-30 ◦ Graphing my External Brain with Org-Roam | Eigenbahn blog
-
2022-08-22 ◦ 5 Org Roam Hacks for Better Productivity in Emacs - System Crafters
Examples
- 2022-12-12 ◦ github.com/bphenriques/knowledge-base: Personal Wiki
- 2022-08-30 ◦ Alex’s Notes