emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] orgalist send bug


From: Ihor Radchenko
Subject: Re: [BUG] orgalist send bug
Date: Tue, 18 Jun 2024 06:31:15 +0000

Rustom Mody <rustompmody@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

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