>>>>> Ihor Radchenko <yanta...@posteo.net>: > I tried with the latest main, with emacs-30, emacs-29, and emacs-28. > All opening that linked file just fine. > Have you tried with emacs -Q?
Problem went away with "emacs -Q". Bisected my .emacs and this was the culprit: ;; editorconfig formatting support ;;;================================ (when (locate-library "editorconfig") (editorconfig-mode 1) (setq editorconfig-exclude-regexps '("\\.jar$"))) Upgrading editorconfig to newest in melpa didn't help. Neither did trying to exclude org files from editorconfig. But in any case, not a bug in org mode.. Thanks!