Hello,
I'm using emacs from commit f258f67 (quite recent) and org from commit
39005dc (quite recent).
I'm using native compilation and PGTK.
I was able to reproduce this with 'emacs -Q'
When trying to update a clocktable I get the following backtrace (with a
little bit removed).
Debugger entered--Lisp error: (invalid-function org-encode-time)
org-encode-time((0 0 0 21 7 2022 4 t -14400))
org-matcher-time("<2022-07-21 Thu 00:00>")
org-clock-get-table-data(...)
org-dblock-write:clocktable(...)
org-update-dblock()
org-ctrl-c-ctrl-c(nil)
funcall-interactively(org-ctrl-c-ctrl-c nil)
command-execute(org-ctrl-c-ctrl-c)
When I re-evaluate the defun for `org-matcher-time' everything is happy
again. I'm not sure what the issue is but I assume it's related to
compilation or something.
Thanks,
Morgan