0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:07:46 +00:00

Merge branch 'bugfix'

This commit is contained in:
Nicolas Goaziou 2021-11-28 20:44:44 +01:00
commit 5e35de34a6

View file

@ -3708,7 +3708,7 @@ Return PDF file's name."
(let ((outfile (org-export-output-file-name ".tex" subtreep))) (let ((outfile (org-export-output-file-name ".tex" subtreep)))
(org-export-to-file 'latex outfile (org-export-to-file 'latex outfile
async subtreep visible-only body-only ext-plist async subtreep visible-only body-only ext-plist
(lambda (file) (org-latex-compile file))))) #'org-latex-compile)))
(defun org-latex-compile (texfile &optional snippet) (defun org-latex-compile (texfile &optional snippet)
"Compile a TeX file. "Compile a TeX file.