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:49:11 -0500 Message-ID: <87mxa22lqg.fsf@norang.ca> References: <59261FF3-10B5-4E53-9FDD-3795633478F6@phonetik.uni-muenchen.de> <87r4ze2mlo.fsf@norang.ca> 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]:54897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipZB-0006ST-8Q for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:49:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RipZ5-0003kh-VQ for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:49:21 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:45369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipZ5-0003kW-QA for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:49:15 -0500 In-Reply-To: (Carson Chittom's message of "Thu, 05 Jan 2012 09:32:49 -0600") 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: Carson Chittom Cc: emacs-orgmode@gnu.org Carson Chittom writes: > Bernt Hansen writes: > >> Lasse Bombien writes: >> >>> Hi, >>> >>> first of all: thanks for org-mode. I'm still new to it but love it alre= ady. >>> >>> 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 thi= s (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 > > But wouldn't that turn off, for example, *bolding* also? Yes it would. See Nick's answer about org-emphasis-alist. Regards, Bernt