When I have an elisp function
(defun hello (param) ... )
how can i run (hello abc.txt) with org mode? I learned how to associate http with the tag [[mine:...]] . I expect a similar path, something like [[lisp:hello(abc.txt)]] or something like that.
ADDED
As explained in the post, I have the command (runmate) and (runeditor (something)) elisp.
It works fine with alt-x runmate in emacs, but when I run [[lisp:(runmate)]] , I get the following dialog box.

solvable
He should have used [[elisp:(runmate)]] .
source share