From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-reveal reaveal.js toc:nil option Date: Wed, 13 Nov 2013 09:23:17 -0500 Message-ID: <87d2m4qt2i.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgbM1-0006V6-2q for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 09:23:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgbLt-0003A5-PO for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 09:23:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:57538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgbLt-0003A1-IO for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 09:23:29 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VgbLs-0004lM-5U for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 15:23:28 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Nov 2013 15:23:28 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Nov 2013 15:23:28 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Andreas writes: > Hello list, > > I'm making a presentation in reveal.js with the help of org-mode and org-reveal and was hoping I could get some help. > > I'm trying to remove the table of contents from my slides but the toc option does not seem to have any effect. > > A bare bone presentation on github can be seen in this repository: > Xparx/midtimeseminar/blob/master/presentaion.txt > > Any help appreciated. > #+OPTIONS: toc:nil seems to work for me. Nick