(migration): mention org-roam-directory (#1636)

Mention the requirement to set org-roam-directory before running the
migration wizard. Closes #1624.
This commit is contained in:
Jethro Kuan
2021-07-20 15:17:28 +08:00
committed by GitHub
parent e5c735c86a
commit 3ea433c09d

View File

@ -51,7 +51,11 @@ for an overview of the major changes.
Notes taken in v1 are incompatible with v1, but you can upgrade Notes taken in v1 are incompatible with v1, but you can upgrade
them to the v2 format via a simple command. To migrate your 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 M-x org-roam-migrate-wizard