From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hofer Subject: strike through display problem Date: Fri, 01 Oct 2010 18:02:17 +0200 Message-ID: <87hbh5j3zq.wl%sebhofer@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=53182 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1i4C-00075K-3O for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 12:02:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1i46-0003tD-SH for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 12:02:31 -0400 Received: from lo.gmane.org ([80.91.229.12]:43692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1i46-0003t2-Hl for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 12:02:30 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P1i42-00022J-Ay for emacs-orgmode@gnu.org; Fri, 01 Oct 2010 18:02:26 +0200 Received: from gulasch.exp.univie.ac.at ([131.130.45.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Oct 2010 18:02:26 +0200 Received: from sebhofer by gulasch.exp.univie.ac.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Oct 2010 18:02:26 +0200 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, I just found a little display bug (or a weirdness at least). The following text ${+}$ some text ${+}$ is displayed as struck-trough in org-mode (git checkout from some days ago). Note that ${A+}$ some text ${+}$ ${+}$ some text ${+A}$ both work fine. This may not be very common, still I thought I report it. Maybe it's easy to fix :) Cheers Sebastian