Hello! Is there a way to make Emacs ignore Local Variables lists which appear inside of source blocks?
For example, is there a way to include the following content in an Org file without Emacs attempting to locally set foo to bar? #+BEGIN_EXAMPLE # Local Variables: # foo: 'bar # End: #+END_EXAMPLE This issue first came up in org-srs: https://github.com/bohonghuang/org-srs/issues/7 Thank you, Joseph