this post was submitted on 23 Nov 2023
0 points (50.0% liked)
Emacs
310 readers
2 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is link example with org-roam id:
This is link example with file location:
And they gonna look like this.
I feel I haven't explained properly. Typing links out manually works fine (like your example).
But I don't get the preceeding space using
org-store-link
(or usingorg-roam-node-insert
ororg-roam-node-find
- presumably these callorg-store-link
.My workflow is:
org-store-link
(or one of the roam ones).What I end up with is the link nestled against the last non-space charachter of my text
Your problem is about the evil mode(or anything hooks with it) not the org-roam itself...
Have a look at the variable
evil-move-cursor-back
andevil-move-beyond-eol
. May be this could help you.This was what I was after - thanks
Are you sure the space isn’t after the insert? What happens if you put 2 spaces?