From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: protect slash - suppress markup Date: Thu, 05 Jan 2012 10:30:27 -0500 Message-ID: <87r4ze2mlo.fsf@norang.ca> References: <59261FF3-10B5-4E53-9FDD-3795633478F6@phonetik.uni-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipH2-0004Dw-RV for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:30:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RipGx-0008Ub-Tp for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:30:36 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:14232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipGx-0008UV-PT for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:30:31 -0500 In-Reply-To: <59261FF3-10B5-4E53-9FDD-3795633478F6@phonetik.uni-muenchen.de> (Lasse Bombien's message of "Thu, 5 Jan 2012 12:37:12 +0100") 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: Lasse Bombien Cc: emacs-orgmode@gnu.org Lasse Bombien writes: > Hi, > > first of all: thanks for org-mode. I'm still new to it but love it alread= y. > > Now, I need to find a way to produce sentences like "The phonemes /l/ > and /n/ =E2=80=A6" in my exported documents. However, org-mode of course > transforms strings enclosed in slashes to emphasized text. This is > usually great, but in my area slashes are used as brackets for > phonological transcripts. Is there a way to locally suppress slashes > from being interpreted as markup characters (I tried backslashing and > double slashes=E2=80=A6) or an entirely different way to accomplish this = (I > tried: #+MACRO: phonem /$1/ =E2=80=A6)? > > I looked in the manual and the list archive but could find > anything. If I missed something, I apologize. During export you can turn this off #+OPTIONS: *:nil Regard, Bernt