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)