mirror of
https://github.com/org-roam/org-roam
synced 2025-09-06 15:13:30 -05:00
(feature): allow multiple org-roam directories (#178)
Each org-roam-directory gets its own cache. One can override the `org-roam-directory` variable locally via dir-locals: ((org-mode . ((eval . (setq-local org-roam-directory (expand-file-name "./"))))))
This commit is contained in:
4
tests/roam-files-multi/nested/mf1.org
Normal file
4
tests/roam-files-multi/nested/mf1.org
Normal file
@@ -0,0 +1,4 @@
|
||||
#+TITLE: Nested Multi-File 1
|
||||
|
||||
Link to [[file:mf2.org][Nested Multi-File 2]]
|
||||
Link to [[file:../mf1.org][Mulit-File 1]]
|
3
tests/roam-files-multi/nested/mf2.org
Normal file
3
tests/roam-files-multi/nested/mf2.org
Normal file
@@ -0,0 +1,3 @@
|
||||
#+TITLE: Nested Multi-File 2
|
||||
|
||||
Link to [[file:mf1.org][Nested Multi-File 1]]
|
Reference in New Issue
Block a user