emacs - customized links in the org mode -
i use org mode store shortcuts projects. such org files contain links create using org-insert-link
. simple link not sufficient have use lisp functions. works fine not nice.
is there way create link call lisp function?
you can define new "link types" in org-mode function org-add-link-type
tell elisp function want call particular protocol. so, in case, define new protocols "http-ie" , "load-xml-dirs" , write wrapper functions process parameters right. write links normal org links, protocol prefix.
the example documentation page quite straightforward guess, let me know if it's not enough.
Comments
Post a Comment