From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Berlin Subject: How to disable description lists? Date: Sun, 29 May 2011 14:39:02 +0200 Message-ID: <20110529123901.GA1631@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQfGv-0004k8-JP for emacs-orgmode@gnu.org; Sun, 29 May 2011 08:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQfGu-0001Sb-Hh for emacs-orgmode@gnu.org; Sun, 29 May 2011 08:39:09 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:55679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQfGu-0001SV-Ak for emacs-orgmode@gnu.org; Sun, 29 May 2011 08:39:08 -0400 Received: by bwz17 with SMTP id 17so2844780bwz.0 for ; Sun, 29 May 2011 05:39:06 -0700 (PDT) Content-Disposition: inline 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 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 Haskell or using BNF notation). It is only a minor issue, but I would very much prefer emacs not mis-interpreting and highlighting the left hand sides as description headings. Thanks, Markus