[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] protect slash - suppress markup
From: |
Carson Chittom |
Subject: |
Re: [O] protect slash - suppress markup |
Date: |
Thu, 05 Jan 2012 09:32:49 -0600 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (i686-pc-cygwin) |
Bernt Hansen <address@hidden> writes:
> Lasse Bombien <address@hidden> 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?