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.

enter image description here

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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -