From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW Subject: Highlighting text Date: Mon, 21 May 2012 11:01:55 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWQNT-0006vl-Qc for emacs-orgmode@gnu.org; Mon, 21 May 2012 07:02:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWQNM-0002Ex-5u for emacs-orgmode@gnu.org; Mon, 21 May 2012 07:02:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:33372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWQNL-0002Er-Vu for emacs-orgmode@gnu.org; Mon, 21 May 2012 07:02:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SWQNJ-0002JP-9M for emacs-orgmode@gnu.org; Mon, 21 May 2012 13:02:05 +0200 Received: from ss2.wits.ac.za ([146.141.1.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 May 2012 13:02:05 +0200 Received: from sabrewolfy by ss2.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 May 2012 13:02:05 +0200 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@gnu.org I know about *bold*, _underline_, etc. which can be used to highlight text. This is shown in the text itself and in the export. Is there any other way to highlight text *within* Emacs? I'm looking for something similar to how org-mode highlights the TODO word. I would like to, for example, highlight two lines in a plain list in one colour and another two in a different colour. Is this possible? Or is this more of an Emacs question rather than an org question?