Revision 4 as of 2014-05-14 15:49:58

Clear message

Org Mode Commands

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

subscript upon export

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.