Updated Hitchhiker's "Rough" Guide to Org roam V2 (org)

Noboru Ota
2021-03-26 21:38:52 +01:00
parent 30b80469a9
commit 3e6795095b

@@ -29,7 +29,7 @@ For Doom, adding the following to =package.el= and do =doom -sync= should get yo
*** Configuration for Vanilla Emacs (No Distribution such as Doom or Spacemancs)
It is advised that the all the V1 config be commented out.
It is advised that all the V1 config be commented out.
For example, nobiot uses the following set up to manually activate V2. It's not exactly how he does it, as he uses his own enhancement (e.g. =md-roam= to enable Org-roam to recognise Markdown files -- its minimum set of functions works for V2 and available in his repo).
#+begin_src emacs-lisp
(defun my/org-roam-load ()
@@ -55,7 +55,7 @@ For example, nobiot uses the following set up to manually activate V2. It's not
#+end_src
*** Doom
It is advised that the all the V1 config be commented out.
It is advised that all the V1 config be commented out.
Source: https://org-roam.discourse.group/t/org-roam-major-redesign/1198/150
#+begin_src emacs-lisp
@@ -79,7 +79,7 @@ Source: https://org-roam.discourse.group/t/org-roam-major-redesign/1198/150
*** Once You Have Done the Initial Configuration
Once you assign an ID to a file/heading, and save, db update should be run automatically.
Once you assign an ID to a file/heading and save, db update should be run automatically.
Once node IDs are stored in the db, you should be able to see a list of the nodes via =org-roam-node-find= (not -files any longer).