On Wed, Dec 4, 2013 at 11:23 PM, Nicolas Goaziou <n.goaz...@gmail.com> wrote: > Hello, > > Jürgen Hötzel <juer...@hoetzel.info> 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ürgen