;; This is a the top of an Org-mode file. ;; ====================================== ;; ;; Author: Ilya Shlyakhter ;; Date: 2012-03-26 11:50:40 EDT ;; ;; ;; ;; Table of Contents ;; ================= ;; 1 This is some high-level documentation ;; 1.1 Section A ;; 1.2 Section B ;; 2 Headline 1 ;; 2.1 And this is the info about the block. ;; 3 Headline 2 ;; ;; ;; 1 This is some high-level documentation ;; ---------------------------------------- ;; ;; This file does X and Y. ;; ;; 1.1 Section A ;; ============== ;; ;; High-level documentation for functionality A. ;; ;; 1.2 Section B ;; ============== ;; ;; High-level documentation for functionality B. ;; ;; 2 Headline 1 ;; ------------- ;; ;; This is content inside of a headline. ;; ;; 2.1 And this is the info about the block. ;; ========================================== ;; ;; 1 ;; 2 ;; 3 ;; 4 (message "code block 1") ;; 3 Headline 2 ;; ------------- ;; This is content inside of a secondary headline. (message "code block 1")