[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Can I specify the location of generated html in org 8?
From: |
Oliver Večerník |
Subject: |
Re: [O] Can I specify the location of generated html in org 8? |
Date: |
Sat, 11 May 2013 15:21:27 +0200 |
> 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