From b99f859f906e11522ea87c1b3eb63852235b37eb Mon Sep 17 00:00:00 2001 From: Luis Osa Date: Wed, 22 Mar 2017 14:35:49 +0100 Subject: [PATCH] Mention how to disable TOC in README tips The table of contents is not always needed and it gets cramped even for small heading trees, as mentioned in issue #261. This change just mentions in the README how you can disable the table generation. --- Readme.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.org b/Readme.org index 85b447e..caed64f 100644 --- a/Readme.org +++ b/Readme.org @@ -703,6 +703,16 @@ Store the names and loading instructions for each plugin in the defcustom ~org-r ,#+OPTIONS: num:nil #+END_SRC +** Disable Table of Contents + + Add =toc:nil= to =#+OPTIONS= +#+BEGIN_SRC org +,#+OPTIONS: toc:nil +#+END_SRC + + This is actually an option recognized by =org-export=. It is only mentioned + here because slide decks often do not need a TOC. + ** Internal Links Reveal.js supports only jump between slides, but not between