From mboxrd@z Thu Jan 1 00:00:00 1970 From: "briangpowell ." Subject: Re: how to enter == Date: Mon, 31 Mar 2014 22:04:14 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c33b02b6e50a04f5f1958d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUo45-00032O-Ch for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 22:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUo3j-0001QF-SI for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 22:04:37 -0400 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:65153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUo3j-0001QB-KO for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 22:04:15 -0400 Received: by mail-ob0-f173.google.com with SMTP id gq1so10233143obb.4 for ; Mon, 31 Mar 2014 19:04:14 -0700 (PDT) In-Reply-To: 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 --001a11c33b02b6e50a04f5f1958d Content-Type: text/plain; charset=ISO-8859-1 * One thing that may work: = ^H= ** In emacs that would be: = Cqh= ** In vi that would be = Cvh= *** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is literally: "BackSpace" --this may not work in this case; but, it works in a lot of strange cases. * Could also make a variable: export EQUALS="="; etc. On Mon, Mar 31, 2014 at 9:52 PM, Rustom Mody wrote: > If I enter code inline that has an == that is taken as an escape for code > So how to enter '==' literally > > --001a11c33b02b6e50a04f5f1958d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
* One thing that may work:

=3D ^H=3D

** In emacs that would be: =3D Cqh=3D

=
** In vi that would be =3D Cvh=3D

*** i= .e. you enter a "Cntrl-h"--the literal control character ^H--whic= h is literally: "BackSpace"

--this may not work in this case; but, it works in a lo= t of strange cases.

* Could also make a variable: = export EQUALS=3D"=3D"; etc.=A0



On Mon, Mar 31, 2014 at 9:52 PM, Rustom = Mody <rustompmody@gmail.com> wrote:
If I enter code inline that has an =3D=3D that is taken as an escape for co= de
So how to enter '=3D=3D' literally


--001a11c33b02b6e50a04f5f1958d--