emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-->latex add local variables after \end{document}
@ 2020-10-05  7:27 Uwe Brauer
  2020-10-05  7:39 ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2020-10-05  7:27 UTC (permalink / raw)
  To: emacs-orgmode



Hi

I have a org file that I want to export to latex but would like to add 

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-output-dir: "/home/oub/ALLES/HGs/TFG-2020/build"
%%% End:


*after* \end{document}

If I do 
#+begin_src latex :results latex replace :exports results :eval t
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-output-dir: "/home/oub/ALLES/HGs/TFG-2020/build"
%%% End:
#+end_src

It is added before \end{document}

Any idea how to do that?

Thanks



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-06 13:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  7:27 org-->latex add local variables after \end{document} Uwe Brauer
2020-10-05  7:39 ` Eric S Fraga
2020-10-05  8:11   ` Uwe Brauer
2020-10-05  9:58     ` Eric S Fraga
2020-10-06 11:22       ` Uwe Brauer
2020-10-06 13:07         ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).