From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: '=' and highlight Date: Tue, 03 Jan 2012 14:07:04 -0500 Message-ID: <4776.1325617624@alphaville.dokosmarshall.org> References: <4F0347D5.3060904@sergio.spb.ru> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri9hX-00005A-12 for emacs-orgmode@gnu.org; Tue, 03 Jan 2012 14:07:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ri9hV-0001Dx-KV for emacs-orgmode@gnu.org; Tue, 03 Jan 2012 14:07:10 -0500 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:30375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri9hV-0001Di-GW for emacs-orgmode@gnu.org; Tue, 03 Jan 2012 14:07:09 -0500 In-Reply-To: Message from sergio of "Tue, 03 Jan 2012 22:24:21 +0400." <4F0347D5.3060904@sergio.spb.ru> 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: sergio Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org sergio wrote: > Hello. > > Why org mode highlights this lines with bright text color: > > ={motion} indent code > == indent line > > ? > > From the first '=' till '=='. > Hints: (info "(org) Emphasis and monospace") Put the cursor on a character in the indicated range and do C-u C-x = Look at the "face" property. Nick