I use org mode to store shortcuts for my projects. Such org files contain mostly links that I create with org-insert-link. But sometimes a simple link is not enough, so I have to use lisp functions. This works great, but it doesn't look very good.

Is there a way to create a link that will call the lisp function?
source
share