Open pseudomyne opened 4 years ago
Thanks! Can you kindly run following and supply the trace (if any)
(funcall (org-wild-notifier--retrieve-events))
no "trace", if by that you mean a trace in the emacs "Messages" buffer (debugger on error enabled) The function runs org-agenda at today with no error.
That’s really strange. Can I have a minimal reproducible example?
That’d include an org file with which the error occurs.
Sent from ProtonMail Mobile
On Fri, Feb 7, 2020 at 19:02, xavier notifications@github.com wrote:
no "trace", if by that you mean a trace in the emacs "Messages" buffer (debugger on error enabled) The function runs org-agenda at today with no error.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
I'm sorry, I can't give you a reproducible example at the moment : I don"t know how to do this and don't have time to learn...
No problem, thanks for the report! I’ll dig further
This might be fixed on the latest release, I will keep it open so far.
I got this error as well. I ran M-:
and evaluated (funcall (org-wild-notifier--retrieve-events))
. Here's the output:
Debugger entered--Lisp error: (void-function -orfn)
-orfn((lambda (it) (-contains-p org-wild-notifier-keyword-whitelist (org-entry-get it "TODO"))))
apply(-orfn (lambda (it) (-contains-p org-wild-notifier-keyword-whitelist (org-entry-get it "TODO"))))
org-wild-notifier--apply-whitelist((#<marker (moves after insertion) at 6341 in diary.org> #<marker (moves after insertion) at 6461 in diary.org> #<marker (moves after insertion) at 6575 in diary.org> #<marker (moves after insertion) at 6864 in diary.org> #<marker (moves after insertion) at 6973 in diary.org> #<marker (moves after insertion) at 7081 in diary.org> #<marker (moves after insertion) at 7245 in diary.org> #<marker (moves after insertion) at 7349 in diary.org> #<marker (moves after insertion) at 7467 in diary.org> #<marker (moves after insertion) at 4656 in diary.org> #<marker (moves after insertion) at 4290 in diary.org> #<marker (moves after insertion) at 5008 in diary.org> #<marker (moves after insertion) at 5684 in diary.org> #<marker (moves after insertion) at 4102 in diary.org> #<marker (moves after insertion) at 4837 in diary.org> #<marker (moves after insertion) at 4628 in diary.org> #<marker (moves after insertion) at 6255 in diary.org> #<marker (moves after insertion) at 5656 in diary.org> #<marker (moves after insertion) at 4074 in diary.org> #<marker (moves after insertion) at 4809 in diary.org> #<marker (moves after insertion) at 4262 in diary.org> #<marker (moves after insertion) at 4980 in diary.org>))
#f(compiled-function () #<bytecode 0x1fff0b3b454d>)()
funcall(#f(compiled-function () #<bytecode 0x1fff0b3b454d>))
eval((funcall (org-wild-notifier--retrieve-events)) t)
eval-expression((funcall (org-wild-notifier--retrieve-events)) nil nil 127)
funcall-interactively(eval-expression (funcall (org-wild-notifier--retrieve-events)) nil nil 127)
call-interactively(eval-expression nil nil)
command-execute(eval-expression)
I'm not sure how to check the version I'm using.
Please have a look there : https://github.com/jwiegley/emacs-async/issues/121 Thank you. (I'm using the latest melpa version of OWN)