From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Langage export for open office Date: Sat, 23 Feb 2013 09:29:50 +0100 Message-ID: <87ip5j5ms9.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9CeV-0004jW-AH for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9CeO-0000Id-Sf for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:23 -0500 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:57820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9CeO-0000IA-L4 for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:16 -0500 Received: by mail-we0-f174.google.com with SMTP id r6so1209045wey.5 for ; Sat, 23 Feb 2013 02:48:15 -0800 (PST) In-Reply-To: (Steve Prud'Homme's message of "Fri, 22 Feb 2013 12:53:14 -0500") 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: Steve Prud'Homme Cc: emacs-orgmode@gnu.org Hi Steve, "Steve Prud'Homme" writes: > Can I change, like the pdf export, de langage of table of content to > table des matières in french. Use #+LANGUAGE: fr #+OPTIONS: toc:t in your Org file and the table of contents should be included. There is a known issue with Org versions before commit 86499c but this issue is gone since then. If you want to replace "Sommaire" by something else, customize the variable `org-export-language-setup'. HTH, -- Bastien