From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Translating 'Table of Contents' string on exports Date: Fri, 07 Nov 2014 00:22:25 +0100 Message-ID: <87a943rk26.fsf@nicolasgoaziou.fr> References: <20141106170954.GA5902@watter.org> <20141106193332.GB5902@watter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmWN6-00022a-V3 for Emacs-orgmode@gnu.org; Thu, 06 Nov 2014 18:21:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmWMy-00051b-NA for Emacs-orgmode@gnu.org; Thu, 06 Nov 2014 18:21:44 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmWMy-0004xo-Gt for Emacs-orgmode@gnu.org; Thu, 06 Nov 2014 18:21:36 -0500 In-Reply-To: <20141106193332.GB5902@watter.org> (Leslie Harlley Watter's message of "Thu, 6 Nov 2014 17:33:32 -0200") 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: Leslie Harlley Watter Cc: Emacs-orgmode@gnu.org Leslie Harlley Watter writes: > Again the same patch but with the commit message included. Applied. Thank you. > Could anyone please test if it works with your configuration ? I tested it. It works as expected. With the following document #+language: pt_BR #+caption: This is a table. | a | b | utf-8 export returns =E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81 a b=20 =E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81 Tabela 1 This is a table. Regards,