From 000397e93292fa1e13f39a5e8f6d2a2b65985054 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 8 Jul 2018 13:13:13 +0200 Subject: [PATCH] =?UTF-8?q?[Org]=20Don=E2=80=99t=20treat=20=5F=20and=20^?= =?UTF-8?q?=20special=20without=20braces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site-lisp/db-org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 1d6a1d9..566b9fc 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -26,7 +26,9 @@ org-clone-delete-id t org-catch-invisible-edits 'error org-M-RET-may-split-line '((default . nil)) - org-highlight-latex-and-related '(latex)) + org-highlight-latex-and-related '(latex) + org-use-sub-superscripts '{} + org-export-with-sub-superscripts '{}) (bind-key [remap org-return] 'org-return-indent org-mode-map)