]> git.eshelyaron.com Git - emacs.git/commitdiff
Update to Org 9.5.1-15-gdb4805
authorKyle Meyer <kyle@kyleam.com>
Sun, 5 Dec 2021 02:27:59 +0000 (21:27 -0500)
committerKyle Meyer <kyle@kyleam.com>
Sun, 5 Dec 2021 02:27:59 +0000 (21:27 -0500)
doc/misc/org.org
lisp/org/org-version.el
lisp/org/ox-latex.el

index 85117714ee92c083cbfff99c29b432ae3798a6df..adf24da1c3f2a5437dcdfd945a49853bb0989cd9 100644 (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:
index 212069e668f658be746f6a238cacd12701c48e15..de75519ec61acc3d91671d217c63040efc9c036c 100644 (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))
 \f
 (provide 'org-version)
index 3e3967033a5493ebc5651882dfb1e7bced87c207..c45dc98a09dbdf6aa08b773617de647ae2171d98 100644 (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.