Closed RazikSF closed 1 year ago
Sometiems I get this error instead:
Debugger entered--Lisp error: (void-function ekg--connect)
(ekg--connect)
ekg-org-roam-import()
elisp--eval-last-sexp(nil)
eval-last-sexp(nil)
eros-eval-last-sexp(nil)
funcall-interactively(eros-eval-last-sexp nil)
command-execute(eros-eval-last-sexp)
Thanks... for the first one, that's odd and I'll look into it. What version of emacs are you running?
For the second one, that seems like it would happen if you haven't loaded the ekg
library, which should have happened by this point. I'll think about it, thank you for the report.
I'm running emacs 28.2 with doom.
When I load the ekg
library manually, I don't get the second error anymore.
Evidently string-equal-ignore-case
is new in emacs 29.1, so I'll find a substitute.
Thank you! Works perfectly now.
Hi,
I'm getting the following error when calling
ekg-org-roam
: