Using org-ql-find to select the target for a link to insert #479
CyberFox001
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
|
This is handled well with Embark. You can |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
How, I didn't know Embark. I will take a look. Thank you. But it store the link and user still have to insert it. The idea is to avoid this step and insert the link directly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Sometimes, while I write text into an Org-mode buffer, I need to insert a link to another Org-mode entry.
For now, I:
org-ql-findto find the target of my link and display itorg-store-linkorg-insert-linkIt would be nice if it can be done in less steps.
For example, a function named
org-ql-insert-linkthat let user select the link target with same UI as org-ql-find, but after the target selection the link is directly inserted at Emacs point.What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions