Nikolaos Chatzikonstantinou <nchatz...@gmail.com> writes: [...]
> If I do something like > > #+begin_comment > Local Variables: > End: > #+end_comment > > #+begin_src > Local Variables: > foo: 40 > End: > #+end_src > > Then the variable is not set, as Emacs does not look for a Local > Variables list more than once. Thanks! This approach is a bit fragile, since Emacs only looks at the last 3000 characters for "Local Variables:". Joseph