Roger Mason <rma...@mun.ca> writes:

> File is missing: Cannot open load file, No such file or directory, org
>
> This is the backtrace from emacs --debug-init:
>
> Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such 
> file or directory" "org")
>   require(org)
>   
> byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\207"
>  [require cl-lib dash f helm org s] 2)
>   require(helm-org-rifle)
> ...
>   
> load-with-code-conversion("/home/rmason/.emacs.d/ModularConfigFiles/elpa.el" 
> "/home/rmason/.emacs.d/ModularConfigFiles/elpa.el" nil nil)

So, your elpa.el config file is loading helm-org-rifle, which loads org
before you set load-path to the new version of Org. You need to put
load-path setting somewhere before loading anything else.

Best,
Ihor

Reply via email to