From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Question about section titles Date: Tue, 28 Aug 2012 10:37:22 -0400 Message-ID: <3476.1346164642@alphaville> References: <0C021078-217B-46B2-81A4-E8E76B7ABDE2@univie.ac.at> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6Mv0-00069i-AT for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 10:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6Muz-0001LN-0D for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 10:37:26 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:35273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6Muy-0001L9-S2 for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 10:37:24 -0400 In-Reply-To: Message from Neuwirth Erich of "Tue, 28 Aug 2012 15:29:37 +0200." <0C021078-217B-46B2-81A4-E8E76B7ABDE2@univie.ac.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Neuwirth Erich Cc: "emacs-orgmode@gnu.org emacs-orgmode@gnu.org" Neuwirth Erich 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