From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hongxu Chen Subject: Re: Can I specify the location of generated html in org 8? Date: Sat, 11 May 2013 22:12:15 +0800 Message-ID: <87r4hd8v28.fsf@gmail.com> References: <87zjw18y8h.fsf@gmail.com> <871u9dfy94.fsf@kerstf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbAX8-0006Up-I8 for emacs-orgmode@gnu.org; Sat, 11 May 2013 10:12:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbAX6-0005RH-Cb for emacs-orgmode@gnu.org; Sat, 11 May 2013 10:12:22 -0400 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:48163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbAX6-0005R6-6Q for emacs-orgmode@gnu.org; Sat, 11 May 2013 10:12:20 -0400 Received: by mail-pb0-f52.google.com with SMTP id xa7so3386623pbc.25 for ; Sat, 11 May 2013 07:12:19 -0700 (PDT) In-Reply-To: <871u9dfy94.fsf@kerstf.org> ("Oliver =?utf-8?B?VmXEjWVybsOt?= =?utf-8?B?ayIncw==?= message of "Sat, 11 May 2013 15:21:27 +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: ov@vecernik.at Cc: emacs-orgmode@gnu.org Hmm, that works! But I am just wondering why there is such an inconsistency: there are 2 options for TOC, but for different usage? Oliver Ve=C4=8Dern=C3=ADk writes: >> 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 --=20 Regards, Hongxu Chen