From 4134b243c9ff91512a781f40ec2fda82e6ad1c41 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 2 Feb 2022 11:48:19 -0800 Subject: [PATCH] I never use super or subscript nomenclature in org. --- ha-org.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ha-org.org b/ha-org.org index 49a6f67..3221ff3 100644 --- a/ha-org.org +++ b/ha-org.org @@ -69,12 +69,14 @@ Org is an important part of my Emacs world, and with a lot of customization (eve ; but uses a trick to make it ; appear indented. - sentence-end-double-space nil ; I jump around by sentences, but seldom have two spaces. + sentence-end-double-space nil ; I jump around by sentences, but seldom have two spaces. ;; Speed Commands: If point is at the beginning of a headline or code ;; block in org-mode, single keys do fun things. See ;; org-speed-command-help for details (or hit the ? key at a headline). org-use-speed-commands t + org-export-with-sub-superscripts nil + org-directory "~/personal" org-default-notes-file "~/personal/general-notes.txt" @@ -286,7 +288,6 @@ And turn on ALL the languages: (dot . t) (css . t) (plantuml . t))) - #+END_SRC *** Next Image When I create images or other artifacts that I consider /part/ of the org document, I want to have them based on the org file, but with a prepended number. Keeping track of what numbers are now free is difficult, so for a /default/ let's figure it out: