[O] How to disable description lists?

2011-05-29 Thread Markus Berlin
Hello everybody, 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)? The background is that I often use '::' or '::=' in my text (e.g. talking about types in

Re: [O] How to disable description lists?

2011-05-29 Thread Jambunathan K
Hello everybody, 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)? The background is that I often use '::' or '::=' in my text (e.g. talking about

Re: [O] How to disable description lists?

2011-05-29 Thread Markus Berlin
* Jambunathan K kjambunat...@gmail.com [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

Re: [O] How to disable description lists?

2011-05-29 Thread Eric Abrahamsen
Markus Berlin ecce.ber...@googlemail.com writes: * Jambunathan K kjambunat...@gmail.com [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

Re: [O] How to disable description lists?

2011-05-29 Thread Markus Berlin
* Eric Abrahamsen e...@ericabrahamsen.net [29.05.2011 16:32]: 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

Re: [O] How to disable description lists?

2011-05-29 Thread Nicolas Goaziou
Hello, Markus Berlin ecce.ber...@googlemail.com writes: 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)? No. The background is that I often use '::' or