From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lasse Bombien Subject: Re: protect slash - suppress markup Date: Fri, 6 Jan 2012 12:03:08 +0100 Message-ID: <83141AE9-9C8F-4A00-9086-E26E51F327E5@phonetik.uni-muenchen.de> References: <59261FF3-10B5-4E53-9FDD-3795633478F6@phonetik.uni-muenchen.de> <87r4ze2mlo.fsf@norang.ca> <87mxa22lqg.fsf@norang.ca> Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj7Zm-0005QR-Ok for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 06:03:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rj7Zl-000738-Bw for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 06:03:10 -0500 Received: from quabo.de ([81.169.128.172]:42506 helo=h1001712.serverkompetenz.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj7Zk-00072k-QH for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 06:03:09 -0500 In-Reply-To: <87mxa22lqg.fsf@norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org, Carson Chittom Thanks a lot! Lasse Am 05.01.2012 um 16:49 schrieb Bernt Hansen: > Carson Chittom writes: >=20 >> Bernt Hansen writes: >>=20 >>> Lasse Bombien writes: >>>=20 >>>> Hi, >>>>=20 >>>> first of all: thanks for org-mode. I'm still new to it but love it = already. >>>>=20 >>>> Now, I need to find a way to produce sentences like "The phonemes = /l/ >>>> and /n/ =85" 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=85) or an entirely different way to accomplish this = (I >>>> tried: #+MACRO: phonem /$1/ =85)? >>>>=20 >>>> I looked in the manual and the list archive but could find >>>> anything. If I missed something, I apologize. >>>=20 >>> During export you can turn this off >>>=20 >>> #+OPTIONS: *:nil >>=20 >> But wouldn't that turn off, for example, *bolding* also? >=20 > Yes it would. See Nick's answer about org-emphasis-alist. >=20 > Regards, > Bernt >=20