From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Question: How to suppress the generation of toc in html export? Date: Tue, 24 Sep 2013 18:31:49 +0200 Message-ID: <87ppry18qy.fsf@gmail.com> References: <20130924161413.GA30263@netbunker.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOVWx-0006Fe-CN for emacs-orgmode@gnu.org; Tue, 24 Sep 2013 12:32:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOVWq-0001ej-Im for emacs-orgmode@gnu.org; Tue, 24 Sep 2013 12:32:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:47539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOVWq-0001ef-CF for emacs-orgmode@gnu.org; Tue, 24 Sep 2013 12:32:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VOVWp-0003ZC-4n for emacs-orgmode@gnu.org; Tue, 24 Sep 2013 18:31:59 +0200 Received: from g231107221.adsl.alicedsl.de ([92.231.107.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Sep 2013 18:31:59 +0200 Received: from tjolitz by g231107221.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Sep 2013 18:31:59 +0200 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 Daniel Thom writes: > i am trying to transform my html output via jekyll to my website. > jekyll needs the first lines for its config. > > i use html export config from worg > (http://orgmode.org/worg/org-tutorials/org-jekyll.html) > > but this line seems to be ignored > :body-only t ;; Only export section between > > i am not able to produce a html output without a table of content. > > I use orgmode in Version: 8.1.2 maybe just put a ,----------------- | #+OPTIONS toc:nil `----------------- before the first headline of your org file? -- cheers, Thorsten