From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Table continuation strings Date: Wed, 30 Oct 2013 11:15:36 +0100 Message-ID: <87ppqn9i9j.fsf@gmail.com> References: 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]:52613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbSoA-0007bo-2W for emacs-orgmode@gnu.org; Wed, 30 Oct 2013 06:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbSo4-0002xY-88 for emacs-orgmode@gnu.org; Wed, 30 Oct 2013 06:15:26 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:54414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbSo4-0002xT-1E for emacs-orgmode@gnu.org; Wed, 30 Oct 2013 06:15:20 -0400 Received: by mail-wg0-f42.google.com with SMTP id n12so5871135wgh.3 for ; Wed, 30 Oct 2013 03:15:19 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Tue, 29 Oct 2013 14:44:16 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > Patch includes table continuation strings for several languages. > Translations all from the internet. Caveat emptor. Applied. Thank you. > + ("ja" :utf-8 "=E5=89=8D=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=8B=E3=82= =89=E7=B6=9A=E3=81=8F") [...] > + ("ja" :utf-8 "=E6=AC=A1=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AB=E7=B6= =9A=E3=81=8F") These will not be very helpful, though, as `latex' back-end (the only one to use this string so far) relies on :latex or :default properties, never on :utf-8. Regards, --=20 Nicolas Goaziou