Closed nicolasshu closed 2 years ago
There is no org-roam layer in spacemacs now, just use org layer and enable org-roam and and org-roam-ui support
Right. Though by adding the lines above to my config file, it still was not able to run Org-Roam-UI
Right. Though by adding the lines above to my config file, it still was not able to run Org-Roam-UI
dotspacemacs-additional-packages '(
<--- did you add org-roam
and org-roam-ui
here? It is wrong, they should be in dotspacemacs-configuration-layers
it should be:
dotspacemacs-configuration-layers
'(
(org :variables
org-enable-roam-support t
org-enable-roam-ui t
org-enable-roam-protocol t
)
)
It is super simple in spacemacs.
If not, I did not know where is wrong, I use spacemacs too and org-roam and org-roam-ui all works fine. You need provide more info, maybe turn on toggle-debug-on-erro
and paste the backtrace here.
My bad. I was being stupid. I was originally using an entirely different method of running org-roam on spacemacs.
glad it worked out on its own 😅
Describe the bug A clear and concise description of what the bug is.
To Reproduce Which specific things did you do which lead to said bug? E.g. what did you click, which commands did you call, etc.
.spacemacs
file, add it toand also add it to
)
Error (use-package): Cannot load org-roam-ui Disable showing Disable logging