From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: Re: how to enter == Date: Sat, 26 Jul 2014 12:38:50 +0800 Message-ID: <87ppgsvin9.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAtnm-0007za-Ao for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 00:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAtng-00024S-1g for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 00:41:46 -0400 Received: from [183.249.158.139] (port=1615 helo=dark) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAtne-0001zr-Rs for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 00:41:39 -0400 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 You should use Org-mode Symbols. ~\ equal~ (without space hehind ~\~). If you have string behind it, you should append ~{}~, like this: ~\ equal{}test~ (without space too). Rustom Mody writes: > If I enter code inline that has an == that is taken as an escape for code > So how to enter '==' literally