mirror of
https://github.com/correl/org-roam-export-backlinks.git
synced 2024-11-25 03:00:12 +00:00
Configure the test slipbox and update test config
This commit is contained in:
parent
f678cf1660
commit
a29587131f
2 changed files with 7 additions and 1 deletions
6
test-slipbox/.dir-locals.el
Normal file
6
test-slipbox/.dir-locals.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
((nil . ((eval . (setq-local
|
||||
org-roam-directory (expand-file-name (locate-dominating-file
|
||||
default-directory ".dir-locals.el"))))
|
||||
(eval . (setq-local
|
||||
org-roam-db-location (expand-file-name "org-roam.db"
|
||||
org-roam-directory))))))
|
2
tests.el
2
tests.el
|
@ -15,7 +15,7 @@
|
|||
(require 'org-roam-export)
|
||||
|
||||
(setq org-roam-directory (expand-file-name "./test-slipbox")
|
||||
org-roam-db-location (expand-file-name "org-roam.db"))
|
||||
org-roam-db-location (expand-file-name "./test-slipbox/org-roam.db"))
|
||||
(org-roam-update-org-id-locations)
|
||||
(org-roam-db-sync)
|
||||
|
||||
|
|
Loading…
Reference in a new issue