I'm trying to use counsel/ivy to insert org links, but I haven't found a way to do this. I just want something to replace org-insert-link
with a counsel interface. Can anyone help?
Asked
Active
Viewed 382 times
1

Drew
- 75,699
- 9
- 109
- 225

Alessandro Martini
- 11
- 1
-
1With counsel/ivy, you can select/choose from predefined candidates. Though, `org-insert-link` requires input every time. What/how do you want to choose? – lurdan Jun 05 '19 at 08:06
-
If you have ivy (ivy-mode) enabled, then org-insert-link uses an ivy interface to do it. What do you want that is different that that? – John Kitchin Jun 06 '19 at 12:43
-
This answer I gave a while ago may be helpful. https://emacs.stackexchange.com/questions/48551/how-to-auto-complete-links-to-headlines-in-org-mode/48556#48556 – ian Jun 06 '19 at 22:25