* Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3]
@ 2021-03-08 17:15 Eduardo Bellani
2021-03-09 5:40 ` Kyle Meyer
0 siblings, 1 reply; 5+ messages in thread
From: Eduardo Bellani @ 2021-03-08 17:15 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was
removed as a symbol. That symbol is still being referenced throughout
the current(4d463ee4baf8a7ce8b7c633149a9452bc70ef557) `org-clock.el`
file.
Emacs : GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0)
of 2020-12-25
Package: Org mode version 9.4.3
--
Eduardo Bellani -- datarisk.io
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 873 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3]
2021-03-08 17:15 Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3] Eduardo Bellani
@ 2021-03-09 5:40 ` Kyle Meyer
2021-03-09 15:48 ` Eduardo Bellani
0 siblings, 1 reply; 5+ messages in thread
From: Kyle Meyer @ 2021-03-09 5:40 UTC (permalink / raw)
To: Eduardo Bellani; +Cc: emacs-orgmode
Eduardo Bellani writes:
> On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was
> removed as a symbol. That symbol is still being referenced throughout
> the current(4d463ee4baf8a7ce8b7c633149a9452bc70ef557) `org-clock.el`
> file.
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?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3]
2021-03-09 5:40 ` Kyle Meyer
@ 2021-03-09 15:48 ` Eduardo Bellani
2021-03-10 4:28 ` Kyle Meyer
0 siblings, 1 reply; 5+ messages in thread
From: Eduardo Bellani @ 2021-03-09 15:48 UTC (permalink / raw)
To: Kyle Meyer; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 739 bytes --]
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)
Kyle Meyer writes:
> Eduardo Bellani writes:
>
>> On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was
>> removed as a symbol. That symbol is still being referenced throughout
>> the current(4d463ee4baf8a7ce8b7c633149a9452bc70ef557) `org-clock.el`
>> file.
>
> 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?
--
Eduardo Bellani -- datarisk.io
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 873 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3]
2021-03-09 15:48 ` Eduardo Bellani
@ 2021-03-10 4:28 ` Kyle Meyer
2021-03-10 15:58 ` Eduardo Bellani
0 siblings, 1 reply; 5+ messages in thread
From: Kyle Meyer @ 2021-03-10 4:28 UTC (permalink / raw)
To: Eduardo Bellani; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-10 16:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-08 17:15 Bug: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced [9.4.3] Eduardo Bellani
2021-03-09 5:40 ` Kyle Meyer
2021-03-09 15:48 ` Eduardo Bellani
2021-03-10 4:28 ` Kyle Meyer
2021-03-10 15:58 ` Eduardo Bellani
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.