wisp
 
(Arne Babenhauserheide)
2014-04-24: toc

toc

diff --git a/docs/srfi.org b/docs/srfi.org
--- a/docs/srfi.org
+++ b/docs/srfi.org
@@ -1,4 +1,5 @@
 #+title: SRFI: wisp: whitespace-to-lisp preprocessing
+#+options: toc:nil
 
 #+BEGIN_ABSTRACT
 This SRFI describes a simple syntax which allows making scheme easier to read for newcomers while keeping the simplicity, generality and elegance of s-expressions. Similar to SRFI-110, SRFI-49 and Python it uses indentation to group expressions. Like SRFI-110 wisp is general and homoiconic. 
@@ -26,6 +27,8 @@ Wisp expressions can include any s-expre
 
 #+END_ABSTRACT
 
+#+toc: headlines 2
+
 * SRFI process                                                     :noexport:
 
 1. Authors submit a proposal by using the http://srfi.schemers.org/ web page, or sending email to srfi minus editors at srfi dot schemers dot org.