(docs): set org-roam-db-location with multiple org-roam-directories (#1027)

Fixes #1025
This commit is contained in:
Jethro Kuan 2020-08-11 13:51:29 +08:00 committed by GitHub
parent 0318983cac
commit 22006be751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -1151,7 +1151,8 @@ variable using directory-local variables. This is what ~.dir-locals.el~ may
contain:
#+BEGIN_SRC emacs-lisp
((nil . ((org-roam-directory . "/path/to/here/"))))
((nil . ((org-roam-directory . ".")
(org-roam-db-location . "./org-roam.db"))))
#+END_SRC
All files within that directory will be treated as their own separate

View file

@ -1498,7 +1498,8 @@ variable using directory-local variables. This is what @code{.dir-locals.el} may
contain:
@lisp
((nil . ((org-roam-directory . "/path/to/here/"))))
((nil . ((org-roam-directory . ".")
(org-roam-db-location . "./org-roam.db"))))
@end lisp
All files within that directory will be treated as their own separate