From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] org-cdlatex after environment Date: Wed, 19 Jan 2011 11:13:43 +0100 Message-ID: <8DF82C79-18F9-4E11-91E9-79CE26C802B5@gmail.com> References: <87pqt0sf49.fsf@googlemail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=58448 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfV36-0005NL-9R for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 05:13:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfV33-0000in-Mb for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 05:13:54 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:61850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfV33-0000hW-HE for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 05:13:53 -0500 Received: by fxm12 with SMTP id 12so660893fxm.0 for ; Wed, 19 Jan 2011 02:13:48 -0800 (PST) In-Reply-To: <87pqt0sf49.fsf@googlemail.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: =?ISO-8859-1?Q?Maximilian_Matth=E9?= Cc: emacs-orgmode@gnu.org On Dec 17, 2010, at 2:28 PM, Maximilian Matth=E9 wrote: > Hi guys, > > I'm using fresh pulled orgmode, emacs 23.1 > > Having this: > > ,---- > | \begin{eqnarray*} > | b&=3D& > | \begin{cases} > | 1 & a>0 \\ 2 & \mbox{else} # (1) > | \end{cases} > | # (2) > | \end{eqnarray*} > `---- > > typing _ at # (1) shows up _{}, but typing this at #(2) does nothing > special. It seems, as if cdlatex thinks, the math block has ended > after \end{cases}, since fr does not expand, too etc. > > It would be really great to have it fixed :) Yes, the parser does not do a good job with nested environments here. Not easy to fix, I am afraid. I'd say, live with it. - Carsten