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
				
			
		|  | @ -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 |                                            ; but uses a trick to make it | ||||||
|                                            ; appear indented. |                                            ; 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 |         ;; Speed Commands: If point is at the beginning of a headline or code | ||||||
|         ;; block in org-mode, single keys do fun things. See |         ;; block in org-mode, single keys do fun things. See | ||||||
|         ;; org-speed-command-help for details (or hit the ? key at a headline). |         ;; org-speed-command-help for details (or hit the ? key at a headline). | ||||||
|         org-use-speed-commands t |         org-use-speed-commands t | ||||||
| 
 | 
 | ||||||
|  |         org-export-with-sub-superscripts nil | ||||||
|  | 
 | ||||||
|         org-directory "~/personal" |         org-directory "~/personal" | ||||||
|         org-default-notes-file "~/personal/general-notes.txt" |         org-default-notes-file "~/personal/general-notes.txt" | ||||||
| 
 | 
 | ||||||
|  | @ -286,7 +288,6 @@ And turn on ALL the languages: | ||||||
|                                  (dot        . t) |                                  (dot        . t) | ||||||
|                                  (css        . t) |                                  (css        . t) | ||||||
|                                  (plantuml   . t))) |                                  (plantuml   . t))) | ||||||
| 
 |  | ||||||
| #+END_SRC | #+END_SRC | ||||||
| *** Next Image | *** 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: | 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