`org-roam-node-insert` failed to insert into correct place.
Closed this issue · 2 comments
colawithsauce commented
jgru commented
Hi @colawithsauce,
thanks for opening this issue.
I believe that this issue has been fixed in commit 8f9f122 as tracked in #17.
Could you please install the HEAD of this repo, try again and report whether this resolved your issue or not?
The installation could be done like so:
(use-package consult-org-roam
:straight (:host github :repo "jgru/consult-org-roam")
:after org-roam
:init
(require 'consult-org-roam)
(consult-org-roam-mode 1))
Thanks.
Best regards,
jgru
colawithsauce commented
Oh, yes. It had been fixed, and I didn't noticed it.