mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
Merge branch 'bugfix'
This commit is contained in:
commit
11cf3b6daf
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user