From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: how to enter == Date: Thu, 3 Apr 2014 14:22:36 +0100 Message-ID: <87ioqq7dk3.fsf@ucl.ac.uk> References: <871txgysov.fsf@ucl.ac.uk> <87ppkzri8e.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVhdR-0005Df-Es for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 09:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVhdJ-0005Vk-UO for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 09:24:49 -0400 Received: from mail-db3lp0083.outbound.protection.outlook.com ([213.199.154.83]:57671 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVhdJ-0005UR-MI for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 09:24:41 -0400 In-Reply-To: (Rustom Mody's message of "Wed, 2 Apr 2014 19:58:16 +0530") 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: Rustom Mody Cc: emacs-orgmode --=-=-= Content-Type: text/plain Ah, I see. The easy solution is to use ~ instead of = in any code segment, as in the attached example of yours that I have modified. --=-=-= Content-Type: text/x-org; charset="utf-8" Content-Disposition: inline; filename="t.org" Content-Transfer-Encoding: quoted-printable #+TITLE: Python for Unicode #+OPTIONS: toc:nil * Collections However there is a catch: ~=E2=A6=831,2,3=E2=A6=84 =3D=3D =E2=A6=831,2,3,1,= 2=E2=A6=84~ \\ Remember that in python ~set([1,2,3,1,2]) =3D=3D set([1,2,3])~ \\ --=-=-= Content-Type: text/plain -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-660-gef207f --=-=-=--