[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Question about section titles
From: |
Nick Dokos |
Subject: |
Re: [O] Question about section titles |
Date: |
Tue, 28 Aug 2012 10:37:22 -0400 |
Neuwirth Erich <address@hidden> wrote:
> I am exporting an org file to html. The text is German.
> The table of contents, however, gets a sections with the title
> Table of Contents.
>
> How can I change this section title?
Add the following to the beginning of your file:
--8<---------------cut here---------------start------------->8---
#+LANGUAGE: de
#+LaTeX_header: \usepackage[german]{babel}
--8<---------------cut here---------------end--------------->8---
The second is strictly LaTeX of course, not HTML, but the latex
exporter does not seem to obey the #+LANGUAGE: option, so this
is a way to force it.
Nick