From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: "{" in Latex fragments Date: Wed, 25 Aug 2010 10:21:43 +0200 Message-ID: <831v9nayqw.fsf@yahoo.it> References: <4C74CA21.1090006@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43290 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoBEW-000465-BT for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 04:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoBEV-0005sY-CF for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 04:21:20 -0400 Received: from slim-2a.inet.it ([213.92.5.122]:44690) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoBEU-0005sD-Vx for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 04:21:19 -0400 In-Reply-To: <4C74CA21.1090006@gmail.com> (Christian Wittern's message of "Wed, 25 Aug 2010 16:45:37 +0900") 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: Christian Wittern Cc: Org Mode Mailing List Christian Wittern writes: > In my org-mode document, I have a special sequence to switch to a Japanese > font defined as \J. When using this, I have to do something like {\J > (Japanese characters here}. However, when I run the org-mode export, the > braces "{" and "}" are escaped as \{ and \} and thus loosing their > function. yes. but why don't you change the sequence? I mean: from: hello {\J =E3=82=A6} to=20 hello [\J =E3=82=A6 ] or: (\J =E3=82=A6) [] and () are not escaped cheers, Giovanni