Eduardo Bellani writes: > Kyle Meyer writes: > >> In 16b5ee0ef, org-clocking-buffer was moved from org-clock.el to org.el, >> and org-clock.el loads org.el. >> >> What's the concrete problem that you're running into?
> Backtrace: > > Debugger entered--Lisp error: (void-function org-clocking-buffer) > org-clocking-buffer() > org-clocking-p() > org-clock-in(nil) > funcall-interactively(org-clock-in nil) > call-interactively(org-clock-in nil nil) > command-execute(org-clock-in) My guess is that you either have a stale org.elc file or have a mixed installation with an old org.el shadowing the new one. If the issue doesn't go away after removing/regenerating the elc files, list-load-path-shadows might reveal the problem. https://orgmode.org/worg/org-faq.html#mixed-install