From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: protect slash - suppress markup Date: Thu, 05 Jan 2012 10:35:36 -0500 Message-ID: <28490.1325777736@alphaville.dokosmarshall.org> References: <59261FF3-10B5-4E53-9FDD-3795633478F6@phonetik.uni-muenchen.de> Reply-To: nicholas.dokos@hp.com 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]:50863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipMi-00017g-UQ for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:36:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RipMc-0001FW-Tp for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:36:28 -0500 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:36734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipMc-0001FO-Oq for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:36:22 -0500 In-Reply-To: Message from Lasse Bombien of "Thu\, 05 Jan 2012 12\:37\:12 +0100." <59261FF3-10B5-4E53-9FDD-3795633478F6@phonetik.uni-muenchen.de> 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: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Lasse Bombien wrote: > Hi, >=20 > first of all: thanks for org-mode. I'm still new to it but love it alread= y. >=20 > 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 trans= forms 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 marku= p characters (I tried backslashing and double slashes=E2=80=A6) or an entir= ely different way to accomplish this (I tried: #+MACRO: phonem /$1/ =E2=80= =A6)? >=20 > I looked in the manual and the list archive but could find anything. If I= missed something, I apologize. >=20 Check the variable org-emphasis-alist. Nick