On 06-04-2024 14:44, Ihor Radchenko wrote:
You need to redirect where Emacs looks for Org mode:
(add-to-list 'load-path "/path/to/org-mode/lisp")

Somewhere early in your init.el.

Thank you for the hint.
It seems to be working without the issue in the development version.

Brian