From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Table of Contents Date: Sun, 24 Oct 2010 23:19:31 -0200 Message-ID: <20101025011931.GE14385@soloJazz.com> References: <87bp6jqeav.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PABj7-0006sE-AO for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 21:20:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PABiq-0004zB-0Y for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 21:19:52 -0400 Received: from cpoproxy3-pub.bluehost.com ([67.222.54.6]:53189) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PABip-0004xb-Ph for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 21:19:35 -0400 Content-Disposition: inline In-Reply-To: <87bp6jqeav.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Flavio Souza Cc: emacs-orgmode@gnu.org On Sun, Oct 24, 2010 at 10:58:00PM -0200, Flavio Souza wrote: > I'd like to know if there is a way to change the "Table of Contents" > title, when publishing a HTML file. > > The reason is that I'd like to translate "Table of Contents" to > Portuguese automatically. Hi Flavio, Have a look at org-export-language-setup. You can customize this variable via M-x customize-variable. BR, .j.