#+TITLE: org mode header arguments reference #+DATE: 2017-07-01 12:00:00 UTC #+DESCRIPTION: common headers for modifying the export output #+FILETAGS: emacs:orgmode #+CATEGORY: emacs #+SLUG: org-mode-header-reference #+BEGIN_COMMENT .. title: org mode header arguments reference .. slug:org-mode-header-reference .. date: 2017-07-01 12:00:00 UTC .. tags: emacs, orgmode .. category: emacs .. description: common headers for modifying the export output .. type: text #+END_COMMENT ** Disable table of contents #+BEGIN_EXAMPLE #+OPTIONS: toc:nil #+END_EXAMPLE ** Preserve line breaks #+BEGIN_EXAMPLE #+OPTIONS: \n:t #+END_EXAMPLE ** Disable header numbers #+BEGIN_EXAMPLE #+OPTIONS: num:nil #+END_EXAMPLE