Skip to content
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-roam-node-insert failed to insert into correct place. #23

Closed
colawithsauce opened this issue Jan 30, 2023 · 2 comments
Closed

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

colawithsauce opened this issue Jan 30, 2023 · 2 comments

Comments

@colawithsauce
Copy link

Descriptions

org-roam/org-roam#2311

Screen cast

Screencast.from.2023-01-30.11-59-54.webm
@jgru
Copy link
Owner

jgru commented Jan 30, 2023

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
Copy link
Author

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

jgru added a commit that referenced this issue Feb 9, 2023
Restore the point in the buffer from which org-roam-node-read was
called so that org-roam-node-insert correctly places the node to insert.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants