Neuwirth Erich <[email protected]> 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