Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-10 Thread Max Nikulin
On 09/08/2025 22:29, Ihor Radchenko wrote: Uwe Brauer writes: #+begin_src %%% Local Variables: %%% mode: LaTeX %%% TeX-master: t %%% End: #+end_src When I close and reopen the file the buffer is now in LaTeX mode, so the src block was not recognised as src block? Is this a bug? [...] You ma

Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-09 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I have a org file containing the lines >> >> #+begin_src >> %%% Local Variables: >> %%% mode: LaTeX >> %%% TeX-master: t >> %%% End: >> #+end_src >> >> When I close and reopen the file the buffer is now in LaTeX mode, so the >> src bl

Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-09 Thread Ihor Radchenko
Uwe Brauer writes: > I have a org file containing the lines > > #+begin_src > %%% Local Variables: > %%% mode: LaTeX > %%% TeX-master: t > %%% End: > #+end_src > > When I close and reopen the file the buffer is now in LaTeX mode, so the > src block was not recognised as src block? Is this a bug