diff options
| author | Basil L. Contovounesios | 2024-03-04 07:19:22 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2024-03-04 07:19:22 +0100 |
| commit | 6dacb60bb135dbb002c2ce1c70f70430c5d1bbff (patch) | |
| tree | f0edf27fc203163a4bf542c32222550c79a0eaa8 /lisp/org | |
| parent | 2b5d43081a30f816dd38a16c7b5bfbad712a779b (diff) | |
| download | emacs-6dacb60bb135dbb002c2ce1c70f70430c5d1bbff.tar.gz emacs-6dacb60bb135dbb002c2ce1c70f70430c5d1bbff.zip | |
; Fix last major-mode-remap-defaults change.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ox.el | 2 |
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 | ||
| 6613 | When expressed as an anonymous function, using `lambda', | 6613 | When expressed as an anonymous function, using `lambda', |
| 6614 | POST-PROCESS needs to be quoted. | 6614 | POST-PROCESS needs to be quoted. |