From 8e89bad945d588797be9d43e91542cc8e8e76965 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Fri, 23 Jul 2021 19:17:47 +0800 Subject: [PATCH] (migration)docs: Warn requirement of at least Org 9.4 (#1663) Closes #1661 --- org-roam-migrate.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org-roam-migrate.el b/org-roam-migrate.el index effa71f..a3d6220 100644 --- a/org-roam-migrate.el +++ b/org-roam-migrate.el @@ -51,7 +51,8 @@ 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, first set your org-roam-directory to your notes: +notes, first make sure you're on at least Org 9.4 (check with +C-h v org-version) and set your org-roam-directory to your notes: (setq org-roam-directory \"path/to/org/files\")