1.5 KiB
Executable File
1.5 KiB
Executable File
emacs-stuff-org-roam
This base will contain information on org roam. Although its closely linked to the emacs-stuff-gtd node, that one will contain articles, notes and videos related to how to get things done.
Here is the current config in my init.el
;;roam config
(use-package org-roam
:ensure t
:custom
(org-roam-directory "~/master-folder/org_files/org_roam")
:bind (("C-c n l" . org-roam-buffer-toggle)
("C-c n f" . org-roam-node-find)
("C-c n i" . org-roam-node-insert))
:config
(org-roam-setup))
- for the org-roam-ui (the graphical interface for nodes): org-roam-ui
- an article: example-org-roam-workflow.org
- An article to read: How i use org in 2023
- An article: org-roam-guide
- An article: Own your second brain
- article: my-org-roam-workflows-for-taking-notes-and-writing-articles
- article: how-i-use-org-roam-to-takes-notes-for-cs