On 11.01.2024 18:28, Ihor Radchenko wrote:
gerard.vermeu...@posteo.net writes:
You can also try
cd /path/to/org/git
make repro
I get:
Debugger entered--Lisp error: (void-function org-element-begin)
(org-element-begin copy)
This means that your Org mode git folder is not on main branch.
You can try
git checkout main
or re-clone the Org repository:
git clone https://git.savannah.gnu.org/cgit/emacs/org-mode.git/
This is the output of "git checkout" in my Org repository clone:
python-3.11.7:0→vermeulen@bt-pc226:~/VCS/org-mode% git checkout
(git)-[main]-
Your branch is up to date with 'origin/main'.
After "make repro" and (org-version) I get
Org mode version 9.6.15 (release_9.6.15 @
/Users/vermeulen/opt/share/emacs/30.0.50/lisp/org/)
Something else on my system makes "make repro" behave unexpectedly.
If you still see the problem, we may need to narrow down the problem
on
your side using debugger.
I have zero experience with the debugger.
As the last resort, we can do it by screen sharing in BBB/Jitsi.
OK. I have Jitsi installed on my system, but not much experience in
screen sharing.