#acl ChrisSeidel:read,write,delete,revert All:read = Editing files = To justify a block of text, select the block and type: M-q or M-x fill-paragraph The default value is held in the fill-column variable and is 70. You can change it in the local buffer C-x f followed by the number you want. {{{ # for a width other than 70 (default) C-x f 100 # justify selected block M-q }}} = Org Mode Commands = To insert a default template into the HEADER.org document, use: ''c-c c-e'' #, then type 'default'. * ''c-c c-e'' h h - export as html * automatically insert a code block begin and end tags: #+BEGIN_SRC ... #+END_SRC "