emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] table of contents--html export


From: Matthew Lundin
Subject: Re: [Orgmode] table of contents--html export
Date: Tue, 07 Apr 2009 08:45:50 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Hi Jörg,

Jörg Hagmann <address@hidden> writes:

> When exporting to html, is it possible to change "Table of Contents"
> in the exported file to something of one's own choice? (I don't mean a
> different language).

Try customizing the variable org-export-language-setup. This will enable
you to change the title of the Table of Contents for your particular
locale.

Another approach: I get rid of the table of contents heading on my
website by using css:

--8<---------------cut here---------------start------------->8---
#table-of-contents h2 { display: none; }
--8<---------------cut here---------------end--------------->8---

Best,
Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]