From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=FCrgen_H=F6tzel?= Subject: Re: org-html-publish-to-html: embed HTML in first line of export Date: Thu, 5 Dec 2013 09:46:53 +0100 Message-ID: References: <87iov4uuge.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoUaf-0006sO-Uc for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 03:47:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoUaZ-0005UK-QJ for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 03:47:21 -0500 Received: from mail-pb0-f51.google.com ([209.85.160.51]:52427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoUaZ-0005UE-KI for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 03:47:15 -0500 Received: by mail-pb0-f51.google.com with SMTP id up15so25279467pbc.24 for ; Thu, 05 Dec 2013 00:47:14 -0800 (PST) In-Reply-To: <87iov4uuge.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On Wed, Dec 4, 2013 at 11:23 PM, Nicolas Goaziou wrot= e: > Hello, > > J=FCrgen H=F6tzel 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". Thanks! This fixed the problem! J=FCrgen