From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: agenda buffer cursor highlighting Date: Wed, 15 Nov 2006 13:21:03 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GkPOD-0003KP-EE for emacs-orgmode@gnu.org; Wed, 15 Nov 2006 13:21:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GkPOC-0003JH-Ig for emacs-orgmode@gnu.org; Wed, 15 Nov 2006 13:21:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkPOC-0003JA-By for emacs-orgmode@gnu.org; Wed, 15 Nov 2006 13:21:36 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GkPOC-0008M4-DQ for emacs-orgmode@gnu.org; Wed, 15 Nov 2006 13:21:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GkPO2-0004GG-4H for emacs-orgmode@gnu.org; Wed, 15 Nov 2006 19:21:26 +0100 Received: from 10-169.35-65.tampabay.res.rr.com ([65.35.169.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Nov 2006 19:21:26 +0100 Received: from david by 10-169.35-65.tampabay.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Nov 2006 19:21:26 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Eddward DeVilla" writes: > Hi all, > > I have a little trouble with the agenda buffer global todo list. > The cursor is in the first column where the there is no text and the > closest text is the category which for me tends to be the same for > several contiguous lines. Its hard for me to tell which item the > cursor is on. If I use the mouse the entire line highlights nicely. > Is there a way to get this behavior for the line the cursor is on? If > not, is there a way to make it so the cursor is in a column closer to > the actual headline text? Is there some other keyboard based solution > that I'm missing? > > Thanks, > Edd Check out hl-line-mode. I've been using it for years, and it is great. I have it set to be a color just minutely different from my background, so it is very un-obtrusive. Dave