From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxi.Matthe@googlemail.com (Maximilian =?utf-8?Q?Matth=C3=A9?=) Subject: [BUG] org-cdlatex after environment Date: Fri, 17 Dec 2010 14:28:22 +0100 Message-ID: <87pqt0sf49.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33503 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTaMO-0001uH-C3 for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 08:28:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTaMM-0003CB-Ll for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 08:28:35 -0500 Received: from lo.gmane.org ([80.91.229.12]:44647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTaMM-0003C2-Bb for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 08:28:34 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PTaML-0000l5-Oh for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 14:28:33 +0100 Received: from f053082045.adsl.alicedsl.de ([78.53.82.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 14:28:33 +0100 Received: from Maxi.Matthe by f053082045.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Dec 2010 14:28:33 +0100 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: emacs-orgmode@gnu.org Hi guys, I'm using fresh pulled orgmode, emacs 23.1 Having this: ,---- | \begin{eqnarray*} | b&=& | \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 :) Regards, Max