jgru / consult-org-roam

A bunch of convenience functions for operating org-roam with the help of consult
GNU General Public License v3.0
121 stars 6 forks source link

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

Closed colawithsauce closed 1 year ago

colawithsauce commented 1 year ago

Descriptions

https://github.com/org-roam/org-roam/issues/2311

Screen cast

Screencast from 2023-01-30 11-59-54.webm

jgru commented 1 year ago

Hi @colawithsauce,

thanks for opening this issue.

I believe that this issue has been fixed in commit 8f9f122627a6b4e1613401b06d707e3efdb3c2d0 as tracked in https://github.com/jgru/consult-org-roam/issues/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 1 year ago

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