emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to disable description lists?


From: Eric Abrahamsen
Subject: Re: [O] How to disable description lists?
Date: Sun, 29 May 2011 10:31:44 -0400
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

Markus Berlin <address@hidden> writes:

> * Jambunathan K <address@hidden> [29.05.2011 15:20]:
>> >
>> > is there a simple way to disable the description list syntax in a
>> > document?  That is, how can I prevent emacs from interpreting '::' as
>> > a description list separator (in a given document)?
>> >
>> 
>> Put your code within babel block. I believe it shouldn't happen
>> then. Are just turn off orgmode.
>> 
>> #+begin_src <whatever>
>>             <text goes here> 
>> #+end_src
>> 
>
> Yes, I do that whenever I have block-level code. But often I want to
> use inline '::' notation in normal org-mode lists, something like:
>
> ,----
> ! - a type is a collection of related values
> ! - notation: ~v :: T~, "v is a value in the type T", "v has type T"
> `----

If you use the code markup (which might be desirable anyway, if you're
mixing code and regular text), org mode should not interpret anything
inside that markup as org text. So:

- notation: =~v :: T~=, "v is a value........

Ought to work.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]