Update to Org 9.5.1-15-gdb4805

This commit is contained in:
Kyle Meyer 2021-12-04 21:27:59 -05:00
parent fef3e60061
commit c086358574
3 changed files with 4 additions and 4 deletions

View file

@ -15571,7 +15571,7 @@ for usage and configuration details.
:DESCRIPTION: Fine-tuning the export output.
:END:
*** Hooks
*** Export hooks
:PROPERTIES:
:UNNUMBERED: notoc
:END:
@ -18203,7 +18203,7 @@ expanded anyway.
#+kindex: C-c C-v f
Choose a file to tangle. Bound to {{{kbd(C-c C-v f)}}}.
*** Hooks
*** Tangle hooks
:PROPERTIES:
:UNNUMBERED: notoc
:END:

View file

@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made."
(defun org-git-version ()
"The Git version of Org mode.
Inserted by installing Org or when a release is made."
(let ((org-git-version "release_9.5.1-11-g96d91b"))
(let ((org-git-version "release_9.5.1-15-gdb4805"))
org-git-version))
(provide 'org-version)

View file

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