Max Nikulin <maniku...@gmail.com> 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 Best, Ihor