When I have elisp function
(defun hello (param)
... )
how can I run the (hello abc.txt)
with org mode? I learned how to link http with [[mine:...]]
tag. I expect similar way, something like [[lisp:hello(abc.txt)]]
or something.
As this post explains, I have (runmate)
and (runeditor (something))
elisp command.
It works fine with alt-x runmate
in emacs, but when I run [[lisp:(runmate)]]
, I get the following dialog box.
It should have used [[elisp:(runmate)]]
.
You're close. You need [[elisp:(hello "abc.txt")]]
[I'm assuming abc.txt is actually a string]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With