From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carson Chittom Subject: Re: protect slash - suppress markup Date: Thu, 05 Jan 2012 09:32:49 -0600 Message-ID: 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: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipQI-00024j-9p for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:40:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RipQH-0001xh-4K for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:40:10 -0500 Received: from lo.gmane.org ([80.91.229.12]:35852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RipQG-0001x7-SI for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 10:40:09 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RipQF-0003KA-LT for emacs-orgmode@gnu.org; Thu, 05 Jan 2012 16:40:07 +0100 Received: from net21h151.itsd.state.ms.us ([205.144.236.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jan 2012 16:40:07 +0100 Received: from carson by net21h151.itsd.state.ms.us with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jan 2012 16:40:07 +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: emacs-orgmode@gnu.org Bernt Hansen writes: > Lasse Bombien writes: > >> Hi, >> >> first of all: thanks for org-mode. I'm still new to it but love it already. >> >> Now, I need to find a way to produce sentences like "The phonemes /l/ >> and /n/ …" 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…) or an entirely different way to accomplish this (I >> tried: #+MACRO: phonem /$1/ …)? >> >> 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?