>>> "IR" == Ihor Radchenko writes: > Uwe Brauer 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") Shame on me: it should be load-file I am very sorry. Forget it