From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Escaping again! Date: Fri, 30 May 2014 19:03:24 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3067c3729d504fa9e189a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqMwN-00078X-6k for emacs-orgmode@gnu.org; Fri, 30 May 2014 09:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqMwM-0003w8-6d for emacs-orgmode@gnu.org; Fri, 30 May 2014 09:33:47 -0400 Received: from mail-oa0-x22b.google.com ([2607:f8b0:4003:c02::22b]:38064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqMwM-0003vu-1a for emacs-orgmode@gnu.org; Fri, 30 May 2014 09:33:46 -0400 Received: by mail-oa0-f43.google.com with SMTP id l6so1855772oag.16 for ; Fri, 30 May 2014 06:33:45 -0700 (PDT) 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 --001a11c3067c3729d504fa9e189a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I have some pseudo-haskell in slides I am preparing with org and ox-reveal - \(+\):: Int =E2=86=92 Int =E2=86=92 Int - \(-\):: Int =E2=86=92 Int =E2=86=92Int - \(\leq\):: Int =E2=86=92 Int =E2=86=92 Bool - \(=3D\):: Int =E2=86=92 Int =E2=86=92 Bool Those '::' are haskell for has type However putting a space before the '::' makes it into a definition list! Ive also tried making the \( \) enclose the whole line -- no use! So how to escape the :: and tell org: "Please dont make this a definition list?" --001a11c3067c3729d504fa9e189a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I have some pseudo-haskell in slides I am preparing with o= rg and ox-reveal

- \(+\):: Int =E2=86=92 Int =E2= =86=92 Int
- \(-\):: Int =E2=86=92 Int =E2=86=92Int
- \(\leq\):: Int = =E2=86=92 Int =E2=86=92 Bool
- \(=3D\):: Int =E2=86=92 Int =E2=86=92 Boo= l

Those '::' are haskell for has type
Ho= wever putting a space before the '::' makes it into a definition li= st!

Ive also tried making the \( \) enclose the whole lin= e -- no use!

So how to escape the :: and tell org: "Pleas= e dont make this a definition list?"
--001a11c3067c3729d504fa9e189a--