1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-10-18 02:19:46 +00:00

Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2024-10-12 14:55:14 +02:00
commit 11cf3b6daf
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -2052,8 +2052,7 @@ Once computed, the results remain cached."
(let ((math-example "1 + 1 = 2"))
(let* ((input-file (make-temp-file "test" nil ".texi"))
(output-file
(file-name-with-extension
(file-name-sans-extension input-file) "info"))
(concat (file-name-sans-extension input-file) ".info"))
(input-content (string-join
(list (format "@setfilename %s" output-file)
"@node Top"