Ihor Radchenko <yanta...@posteo.net> writes: > > This is known. > #+STARTUP options are handled before buffer-local variables take effect. > See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57003 > Handled. >
I have read the thread but I can not figure a solution. I tried to search "early local" you proposed in the org-mode manual or Emacs manual but find nothing related. So currently if I use STARTUP options to enable org-num-mode on visiting the file, there is no way to make org-num-mode apply file local variables such as `org-num-max-level'? Is that right? > > Yup. > Fixed on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=bfc0cb372 Thanks a lot.