Backport commit 6dacb60bb from Emacs
; Fix last major-mode-remap-defaults change. 6dacb60bb135dbb002c2ce1c70f70430c5d1bbff Basil L. Contovounesios Mon Mar 4 07:19:22 2024 +0100
This commit is contained in:
parent
ab62bdd79f
commit
014f85f55f
|
@ -6608,7 +6608,7 @@ use it to set a major mode there, e.g.,
|
|||
(interactive)
|
||||
(org-export-to-buffer \\='latex \"*Org LATEX Export*\"
|
||||
async subtreep visible-only body-only ext-plist
|
||||
(major-mode-remap 'latex-mode)))
|
||||
(major-mode-remap \\='latex-mode)))
|
||||
|
||||
When expressed as an anonymous function, using `lambda',
|
||||
POST-PROCESS needs to be quoted.
|
||||
|
|
Loading…
Reference in New Issue