dark.key8...@151e.ai writes: > On Tue, Jan 23, 2024, at 03:57, Ihor Radchenko wrote: >> May you post the output of > > There you go, I infer emacs is launched from $HOME since the two evals in the > command launching emacs lead to `load-path' being prepended with "~/lisp" and > "~/testing".
Thanks! What is the value of `default-directory' if you run the following from Org git folder? emacs -Q --eval '(add-to-list '"'"'load-path (concat default-directory "lisp"))' --eval '(add-to-list '"'"'load-path (concat default-directory "testing"))' -l org -f org-version --eval "(setq debug-on-error t debug-on-signal nil debug-on-quit nil org-element--cache-self-verify 'backtrace org-element--cache-self-verify-frequency 1.0 org-element--cache-map-statistics t)" & -- 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>