I’ve been happily using spacemacs with org-roam, loaded via the org layer
(org :variables
org-enable-roam-support t)
But the last package update broke something. When I type
SPC m r
I see the usual org-roam menu but then the shortcuts don’t work. For example
SPC m r f
should call org-roam-find-file but instead I get the error
Wrong type argument: commandp, org-roam-find-file
nobiot
2
org-roam-find-file
is no longer available in the current version V2 of Org-roam.
To fix the org layer of Spacemacs, you would need to talk with its community, I think.
If you don’t need to work wih the org layer, there is a custom way; have a look at these two nice writeups on Spacemacs configuration for V2.
2 Likes
That explains it! Many thanks.
1 Like