diff options
author | Case Duckworth | 2021-01-26 12:19:49 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-26 12:19:49 -0600 |
commit | fa13cba634acd61fd3293438e5f6a6dc4473a5c3 (patch) | |
tree | bfdf5678275bb66b9114de57464b04510c957022 | |
parent | Add dired-dwim-target (diff) | |
download | emacs-fa13cba634acd61fd3293438e5f6a6dc4473a5c3.tar.gz emacs-fa13cba634acd61fd3293438e5f6a6dc4473a5c3.zip |
Export org with sub- and superscripts
-rw-r--r-- | config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index aded01d..ac61973 100644 --- a/config.org +++ b/config.org | |||
@@ -1683,7 +1683,8 @@ I want to use the newest version of Org that I can. | |||
1683 | org-imenu-depth 8 | 1683 | org-imenu-depth 8 |
1684 | ;; Exporting | 1684 | ;; Exporting |
1685 | org-export-headline-levels 8 | 1685 | org-export-headline-levels 8 |
1686 | org-export-with-smart-quotes t) | 1686 | org-export-with-smart-quotes t |
1687 | org-export-with-sub-superscripts t) | ||
1687 | #+end_src | 1688 | #+end_src |
1688 | 1689 | ||
1689 | ** Aesthetics | 1690 | ** Aesthetics |