aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorBasil L. Contovounesios2024-03-04 07:19:22 +0100
committerBasil L. Contovounesios2024-03-04 07:19:22 +0100
commit6dacb60bb135dbb002c2ce1c70f70430c5d1bbff (patch)
treef0edf27fc203163a4bf542c32222550c79a0eaa8 /lisp/org
parent2b5d43081a30f816dd38a16c7b5bfbad712a779b (diff)
downloademacs-6dacb60bb135dbb002c2ce1c70f70430c5d1bbff.tar.gz
emacs-6dacb60bb135dbb002c2ce1c70f70430c5d1bbff.zip
; Fix last major-mode-remap-defaults change.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ox.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index 8e2fdd22acd..bf2d9b569af 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -6608,7 +6608,7 @@ use it to set a major mode there, e.g.,
6608 (interactive) 6608 (interactive)
6609 (org-export-to-buffer \\='latex \"*Org LATEX Export*\" 6609 (org-export-to-buffer \\='latex \"*Org LATEX Export*\"
6610 async subtreep visible-only body-only ext-plist 6610 async subtreep visible-only body-only ext-plist
6611 (major-mode-remap 'latex-mode))) 6611 (major-mode-remap \\='latex-mode)))
6612 6612
6613When expressed as an anonymous function, using `lambda', 6613When expressed as an anonymous function, using `lambda',
6614POST-PROCESS needs to be quoted. 6614POST-PROCESS needs to be quoted.