docs(org): warn about org-roam-v1 status

- add doctor warning about eventual removal
- clarify the readme notice, since the migration-wizard has stabilized
This commit is contained in:
Itai Y. Efrat 2021-12-22 16:23:51 +02:00 committed by Henrik Lissner
parent 5b2ea8c32f
commit 3a34894492
2 changed files with 4 additions and 5 deletions

View file

@ -6,6 +6,8 @@
(warn! "Couldn't find gnuplot. org-plot/gnuplot will not work")))
(when (modulep! +roam)
(warn! "You are using org-roam-v1. This version is unmaintained Doom support for it will eventually be removed.\
Migrate your notes to org-roam-v2 and switch to the +roam2 flag (see the module readme).")
(unless (executable-find "sqlite3")
(warn! "Couldn't find the sqlite3 executable. org-roam will not work.")))
(when (or (modulep! +roam)