Ihor Radchenko <yanta...@gmail.com> writes: > ... There is no problem on Emacs 28, but I can see the error > using Emacs 26.3. I used the following command line from inside the Git > folder to run Emacs (debug.org is the provided minimal file): > > emacs -Q -L ./lisp -l org /tmp/debug.org > > Interestingly, the following does not produce error: > > emacs -Q -L ./lisp -l org -l org-lint /tmp/debug.org
Another data point: If I compile Org before testing, the error disappears: make emacs -Q -L ./lisp -l org /tmp/debug.org Best, Ihor