emacs-orgmode
[Top][All Lists]
Advanced

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

Re: using org from git


From: Ihor Radchenko
Subject: Re: using org from git
Date: Fri, 01 Jul 2022 18:33:28 +0800

Roger Mason <rmason@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

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