Max Nikulin <maniku...@gmail.com> writes: > On 13/05/2022 17:38, Ihor Radchenko wrote: >> Max Nikulin writes: >> >>>>> It seems, it is a regression caused by the Org commit >>>>> 0193b543e9ef84bfefe76d55e330d5b1cb842cef >>>>> >>>>>> - (byte-compile-file tangled-file 'load) >>>>>> + (byte-compile-file tangled-file) >>>>>> + (load tangled-file) >>>> >>>> >>>> What if you substitute the load call with >>>> (load (byte-compile-dest-file tangled-file))? >>> >>> I do not mind (of course if there is no plan to deprecate the function). >> >> Fixed on bugfix via 4fe59b688 > > Ihor, I am sorry for confusion, it still does not work for me. Likely I > tried locally with `load-file' instead of `load'. The former > additionally has `expand-file-name'. (Emacs-26.3)
Should work now. Best, Ihor