From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-html-publish-to-html: embed HTML in first line of export Date: Wed, 04 Dec 2013 23:23:13 +0100 Message-ID: <87iov4uuge.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoKqR-0003y9-VU for emacs-orgmode@gnu.org; Wed, 04 Dec 2013 17:23:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoKqM-0004hr-4Q for emacs-orgmode@gnu.org; Wed, 04 Dec 2013 17:22:59 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:37365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoKqL-0004hk-Ss for emacs-orgmode@gnu.org; Wed, 04 Dec 2013 17:22:54 -0500 Received: by mail-we0-f172.google.com with SMTP id w62so10125898wes.17 for ; Wed, 04 Dec 2013 14:22:53 -0800 (PST) In-Reply-To: (=?utf-8?Q?=22J=C3=BCrgen_H=C3=B6tzel=22's?= message of "Wed, 4 Dec 2013 20:30:57 +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: =?utf-8?Q?J=C3=BCrgen_H=C3=B6tzel?= Cc: emacs-orgmode@gnu.org Hello, J=C3=BCrgen H=C3=B6tzel writes: > So Jekyll can't process files and the resulted HTML pages are corrupted > > Any hints, how i can change the order of the TOC and HTML environment? 1. Disable default TOC with, e.g. #+options: toc:nil 2. Insert your HTML environment 3. Insert TOC after it with "#+TOC: headlines". Regards, --=20 Nicolas Goaziou