From 4a1506fc4cc5fb50ee100fc834e88a44101bc3f1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 14 Nov 2020 15:17:28 +0100 Subject: [PATCH] Explicitly specify org roam db location Seems to have changed with the latest update, making it explicit avoids issues. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index acc176a..5b91d42 100644 --- a/init.el +++ b/init.el @@ -1313,7 +1313,8 @@ (use-package org-roam :commands (org-roam-find-file) - :custom (org-roam-directory "~/Documents/zettelkasten/") + :custom ((org-roam-directory "~/Documents/zettelkasten/") + (org-roam-db-location "~/Documents/zettelkasten/org-roam.db")) :bind (:map org-roam-mode-map (("C-c n l" . org-roam) ("C-c n f" . org-roam-find-file)