From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mode wrongly parse asterisk (*) in a math equation as mark of bold font Date: Tue, 26 Jun 2012 12:08:23 +0200 Message-ID: <338223C2-DC99-4F0D-A8C1-DD62EAA87027@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjShI-0003ec-Gp for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 06:08:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SjShC-0001uM-Av for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 06:08:36 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:42143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjShC-0001tv-2I for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 06:08:30 -0400 Received: by wgbds1 with SMTP id ds1so3302402wgb.0 for ; Tue, 26 Jun 2012 03:08:27 -0700 (PDT) In-Reply-To: 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: "Zihan, Sheldon Liu" Cc: emacs-orgmode@gnu.org On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote: > I wrote the following line in org-mode, which contains two equations. >=20 > $(Z^{*}_{m}, \cdot m)$ $(Z^{*}_{m}, \cdot m)$ >=20 > But the org-mode didn't identify them as equations. Instead, it = highlight the part between the two *s, i.e. }_{m}, \cdot m)$ $(Z^{, = making this part bold. Is this a bug of org-mode or my own mistake? >=20 > FYI, if the braces enclosing the "*" are removed (like below)org-mode = can parse it correctly. >=20 >=20 > $(Z^*_{m}, \cdot m)$ $(Z^*_{m}, \cdot m)$ Is this with the new exporter? I tried the old one just now, and it did = this correctly in both cases=85. - Carsten