org-mode require "{}" for rendering/exporting sub- and super-script

This commit is contained in:
Evie Litherland-Smith 2024-06-27 06:30:36 +01:00
parent d6edbe1f2b
commit d5f6421e44
2 changed files with 10 additions and 4 deletions

View file

@ -35,4 +35,6 @@ cxsfit
divspec
et
github
nixpkgs
iterable
iterables
nixpkgs

10
init.el
View file

@ -398,7 +398,8 @@
(org-directory "~/Documents/org")
(org-default-notes-file (expand-file-name "notes.org" org-directory))
(org-archive-location "::* Archived Tasks")
(org-hide-emphasis-markers nil)
(org-hide-emphasis-markers t)
(org-use-sub-superscripts '{})
(org-pretty-entities t)
(org-pretty-entities-include-sub-superscripts t)
(org-fontify-done-headline t)
@ -416,6 +417,11 @@
(item . nil)
(table . t))))
(use-package ox
:after org
:custom
(org-export-with-sub-superscripts org-use-sub-superscripts))
(use-package org-faces
:after org
:config
@ -485,8 +491,6 @@
)
)
(use-package org-capture
:after org
:bind