Update to Org 9.5.1-15-gdb4805
This commit is contained in:
parent
fef3e60061
commit
c086358574
3 changed files with 4 additions and 4 deletions
|
@ -15571,7 +15571,7 @@ for usage and configuration details.
|
||||||
:DESCRIPTION: Fine-tuning the export output.
|
:DESCRIPTION: Fine-tuning the export output.
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
*** Hooks
|
*** Export hooks
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:UNNUMBERED: notoc
|
:UNNUMBERED: notoc
|
||||||
:END:
|
:END:
|
||||||
|
@ -18203,7 +18203,7 @@ expanded anyway.
|
||||||
#+kindex: C-c C-v f
|
#+kindex: C-c C-v f
|
||||||
Choose a file to tangle. Bound to {{{kbd(C-c C-v f)}}}.
|
Choose a file to tangle. Bound to {{{kbd(C-c C-v f)}}}.
|
||||||
|
|
||||||
*** Hooks
|
*** Tangle hooks
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:UNNUMBERED: notoc
|
:UNNUMBERED: notoc
|
||||||
:END:
|
:END:
|
||||||
|
|
|
@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made."
|
||||||
(defun org-git-version ()
|
(defun org-git-version ()
|
||||||
"The Git version of Org mode.
|
"The Git version of Org mode.
|
||||||
Inserted by installing Org or when a release is made."
|
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))
|
org-git-version))
|
||||||
|
|
||||||
(provide 'org-version)
|
(provide 'org-version)
|
||||||
|
|
|
@ -3706,7 +3706,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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue