Rustom Mody <rustompm...@gmail.com> writes:

> There is no mixed org
>
> List-load-path-shadows shows a git org 9.8pre and an elpa org 9.6
> I cant remove the elpa because there are other elpa packages that have
> (require 'org)
>
> Any thoughts/suggestions?

There _is_ mixed Org. In this particular case, likely org 9.6 from ELPA
is shadowing the 9.8pre that make repro sets up. When you run
(package-activate-all), you shadow the 9.8pre with ELPA version.

Instead of doing (package-activate-all) try

1. make repro
2. (push "/path/to/orgalist/folder/on/elpa/dir" load-path)

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to