-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Org Roam2 does not work when enabling global-lsp-mode #1118
Comments
I don't use roam, sorry can't help you. PR are welcome. |
@manateelazycat it worked in the version 1-2 months ago. So there has to be something that changed in that context. |
@manateelazycat Also |
Maybe Line 383 in 2031e6d
I guess
is add before |
@manateelazycat so what should i do in my config.el? |
I don't use org-roam, I don't know how to help you. |
Maybe @pastnontra know how to fix this issue? |
Sorry for the delay @Y0ngg4n, I missed the notification email for some reasons. I've been used old version for a long time and update to master recently. I'm unable to reproduce your issues stably. Both issues happened together only once. And I've tried many time but still can't reproduce those issues again after rebooting Emacs. Below is the error messages in the first run:
Limited to my elisp level, I can't find how Does those issues still occur in your environment when FYI, this is my environment: vanilla Emacs 29.4, macOS, both (use-package org-roam
:config
(org-roam-db-autosync-mode))
(use-package lsp-bridge
:straight '(lsp-bridge :type git :host github :repo "manateelazycat/lsp-bridge"
:files (:defaults "*.el" "*.py" "acm" "core" "langserver" "multiserver" "resources")
:build (:not compile))
:custom
(acm-enable-org-roam t)
:config
(global-lsp-bridge-mode)) |
hi @pastnontra. Thank you for your detailed answer. I will try it out in the new year as i am kinda busy the next days. But thanks in advance! |
I am using doom emacs. If i use the following config:
If i try to use
org-roam-capture
the name of the new org filename-scheme get written to the capture buffer.But the capture buffer gets never opened and so i can´t use org roam at all.
The text was updated successfully, but these errors were encountered: