Samuel Wales <samolog...@gmail.com> writes: > is there a quick trick like loading everything first? for .el under > my control i have a[n otherwise] strict policy of clean compilation > but don't declare. just load before compiling.
I am not aware about such trick. native-comp works in isolated Emacs process for each individual .el file. Properly resolving the warning on Org side is impossible because we rely on runtime. Putting all the necessary requires would cause circular requires :( Best, Ihor