From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Oliver_Ve=C4=8Dern=C3=ADk?= Subject: Re: Can I specify the location of generated html in org 8? Date: Sat, 11 May 2013 15:21:27 +0200 Message-ID: <871u9dfy94.fsf@kerstf.org> References: <87zjw18y8h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ub9kC-0005Ae-Po for emacs-orgmode@gnu.org; Sat, 11 May 2013 09:21:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ub9kB-0006IF-Vh for emacs-orgmode@gnu.org; Sat, 11 May 2013 09:21:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:59209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ub9kB-0006I8-P1 for emacs-orgmode@gnu.org; Sat, 11 May 2013 09:21:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ub9k8-0004UO-FY for emacs-orgmode@gnu.org; Sat, 11 May 2013 15:21:44 +0200 Received: from 77.116.140.100.wireless.dyn.drei.com ([77.116.140.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 May 2013 15:21:44 +0200 Received: from ov by 77.116.140.100.wireless.dyn.drei.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 May 2013 15:21:44 +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 > So is there any way to change the location of the table of contents > parts? What I did recently was disabling toc in the header and putting it in the document later (info "(org) Table of contents"): #+OPTIONS: toc:nil #+BEGIN_HTML --- layout: org id: elispintro title: An Introduction To Emacs Lisp --- #+END_HTML #+TOC: headlines 1 * h1 * h2 -- Regards, Oliver