On 25/10/20 3:45 pm, Kyle Meyer wrote: > Michael Gauland writes: > >> ------start of file------ >> >> #+LATEX: \setminted{frame=single,framerule=1pt} >> >> >> * Section >> #+begin_src sh :exports code >> echo "This is a code block >> #+end_src >> >> ------end of file------ >> >> >> When I export the file to LaTeX, this line is inclued after >> \begin{document}: >> >> \setminted{frame=single,framerule=1pt} >> >> When I export only the section--either by selecting it explicitly, or by >> adding a "export" tag, that line is missing. > Should that be #+LATEX_HEADER: instead of #+LATEX:?
Yes--that fixes it. Thanks for spotting that.