emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] loading ol-gnus returns an error [9.5 (release_9.5-194-gdb302d


From: Ihor Radchenko
Subject: Re: [BUG] loading ol-gnus returns an error [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)]
Date: Sat, 05 Feb 2022 17:37:01 +0800

Uwe Brauer <oub@mat.ucm.es> writes:

> Running a more or less recent master commit of org-mode and GNU emacs
> when loading the ol-gnus file I receive the following error
>
>
> Debugger entered--Lisp error: (void-variable file)
>   (load file "/home/oub/emacs/site-lisp/packages/org/ol-gnus.el")
>   eval((load file "/home/oub/emacs/site-lisp/packages/org/ol-gnus.el") nil)
>   elisp--eval-last-sexp(nil)
>   eval-last-sexp(nil)
>   funcall-interactively(eval-last-sexp nil)
>   call-interactively(eval-last-sexp nil nil)
>   command-execute(eval-last-sexp)

When does the error occur? Judging from the backtrace, you tried to
evaluate some kind of elisp expression manually with eval-last-sexp. The
expression appears to be
(load file "/home/oub/emacs/site-lisp/packages/org/ol-gnus.el")

Indeed, file is undefined. I am not sure what Org has to do with the
error.

Best,
Ihor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]