Org Mode Commands

To insert a default template into the HEADER.org document, use: c-c c-e #, then type 'default'.

One of the formatting options involves superscripting or subscripting: ^:t upon export. For instance this option will cause an underscore to subscript any following text. To disable this, change the t to either nil, or curly braces. With curly braces you retain the ability to subscript by underscore, but curly braces are required, e.g. my_{subscriptedword}. Whereas using nil disables it altogether.

Emacs (last edited 2023-02-15 16:58:50 by ChrisSeidel)