Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid function: log4e:deflogger #57

Open
BrianZbr opened this issue Jun 6, 2016 · 4 comments
Open

Invalid function: log4e:deflogger #57

BrianZbr opened this issue Jun 6, 2016 · 4 comments

Comments

@BrianZbr
Copy link

BrianZbr commented Jun 6, 2016

I recently started getting the following error message whenever I kill a pomodoro:

alert-log-notify: Invalid function: log4e:deflogger

According to package-list-packages, log4e version 20150105.505 is installed.

Not sure if this helps but I tried putting a trace on alert-log-notify I got this:

1 -> alert-log-notify: info=(:message "One does not simply kill a pomodoro!" :title "Pomodoro killed." :icon nil :severity normal :category org-pomodoro :buffer #<buffer reviews.org> :mode org-mode :data nil)

@niyumard
Copy link

niyumard commented Mar 1, 2021

Clock stopped at [2021-03-01 Mon 20:34] after 0:18
Auto-saving...
Error running timer ‘org-pomodoro-tick’: (invalid-function log4e:deflogger) [2 times]

The same happens for me. I'm using Doom Emacs.

@felipelalli
Copy link
Collaborator

What command are using to kill a pomodoro?

@niyumard
Copy link

niyumard commented Mar 2, 2021

What command are using to kill a pomodoro?

Nothing, just when after the break finishes and pomodoro ends automatically it gives this error.
But I can also reproduce this error by running "org-pomodoro" twice, with the first time it starts fine, then on the second time it asks me if I really want to kill the pomodoro, and when I say yes, it doesn't kill the pomodoro, clock out or delete the clock line (basically does nothing) and gives this erorr.

@telotortium
Copy link
Contributor

log4e:deflogger is a macro, but that shouldn't be an issue - defmacro installs a function definition for the macros it defines, and (fboundp 'log4e:deflogger) is called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants