Config LaTeX: don't embed tempfile tangle

This commit is contained in:
TEC 2022-12-08 01:21:59 +08:00
parent 2b7c71639e
commit 97daed5190
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ calls in the buffer.
See the [[Bootstrap]] section for an explanation of the =<<bootstrap>>= noweb reference.
#+header: :tangle (expand-file-name (make-temp-name "emacs-org-babel-excuses/confpkg-prepare-") temporary-file-directory)
#+begin_src emacs-lisp :noweb no-export :mkdirp yes
#+begin_src emacs-lisp :noweb no-export :mkdirp yes :export-embed no
<<confpkg-prepare()>>
#+end_src