Uwe Brauer <o...@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