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

Mention the requirement to set org-roam-directory before running the
migration wizard. Closes #1624.
master
Jethro Kuan 5 years ago committed by GitHub
parent e5c735c86a
commit 3ea433c09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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

Loading…
Cancel
Save