I never use super or subscript nomenclature in org.
This commit is contained in:
parent
65233db29e
commit
4134b243c9
1 changed files with 3 additions and 2 deletions
|
@ -75,6 +75,8 @@ Org is an important part of my Emacs world, and with a lot of customization (eve
|
|||
;; 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:
|
||||
|
|
Loading…
Reference in a new issue