From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Disabling overstrike (+) inside formulas Date: Tue, 06 May 2014 15:55:38 +0300 Message-ID: <87ppjrawxh.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whlmk-0001Fy-0J for emacs-orgmode@gnu.org; Tue, 06 May 2014 16:16:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Whlmc-0002Dy-1q for emacs-orgmode@gnu.org; Tue, 06 May 2014 16:16:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:50311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whlmb-0002Dd-R5 for emacs-orgmode@gnu.org; Tue, 06 May 2014 16:16:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WhkPF-0000sh-G6 for emacs-orgmode@gnu.org; Tue, 06 May 2014 20:47:57 +0200 Received: from cs149179.pp.htv.fi ([213.243.149.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 May 2014 20:47:57 +0200 Received: from jarmo.hurri by cs149179.pp.htv.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 May 2014 20:47:57 +0200 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: emacs-orgmode@gnu.org Greetings. I have LaTeX macros in which I regularly use a plus sign in a parameter. This is currently interpreted as an attempt to overstrike in org: ---------------------------------------------------------------------- * testing $1\text{+}2$ creates an overstrike $\text{+}$ ---------------------------------------------------------------------- Would it be possible to turn off (by default) the interpretation of + as an overstrike delimiter inside a formula? All the best, Jarmo