From 3ea433c09d46fea3f5cd3fa0437ef4930c077c3a Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Tue, 20 Jul 2021 15:17:28 +0800 Subject: [PATCH] (migration): mention org-roam-directory (#1636) Mention the requirement to set org-roam-directory before running the migration wizard. Closes #1624. --- org-roam-migrate.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org-roam-migrate.el b/org-roam-migrate.el index 02586b2..f795c3f 100644 --- a/org-roam-migrate.el +++ b/org-roam-migrate.el @@ -51,7 +51,11 @@ for an overview of the major changes. Notes taken in v1 are incompatible with v1, but you can upgrade them to the v2 format via a simple command. To migrate your -notes, run: +notes, first set your org-roam-directory to your notes: + +(setq org-roam-directory \"path/to/org/files\") + +then, run: M-x org-roam-migrate-wizard