#+Property: comments both #+Property: tangle example.el This is a the top of an Org-mode file. * This is some high-level documentation This file does X and Y. *** Section A High-level documentation for functionality A. *** Section B High-level documentation for functionality B. * Headline 1 This is content inside of a headline. *** And this is the info about the block. | 1 | | 2 | | 3 | | 4 | #+begin_src emacs-lisp (message "code block 1") #+end_src * Headline 2 This is content inside of a secondary headline. #+begin_src emacs-lisp (message "code block 1") #+end_src