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
>>> "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
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