jgru/consult-org-roam

`org-roam-node-insert` failed to insert into correct place.

Closed this issue · 2 comments

Descriptions

org-roam/org-roam#2311

Screen cast

Screencast.from.2023-01-30.11-59-54.webm
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

Oh, yes. It had been fixed, and I didn't noticed it.