From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rob Weir" Subject: Re: Feature request: Highlight the agenda line with the cursor on it Date: Wed, 13 Aug 2008 12:36:35 +1000 Message-ID: <8763q5abf0.fsf@hypercube.vpn.ertius.org> References: <48A2438D.20703@yahoo.com> 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 1KT6MI-0006zL-1R for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 22:45:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KT6MH-0006yw-2v for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 22:45:09 -0400 Received: from [199.232.76.173] (port=39161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KT6MG-0006yp-OL for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 22:45:08 -0400 Received: from main.gmane.org ([80.91.229.2]:51645 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KT6MG-0006of-T9 for emacs-orgmode@gnu.org; Tue, 12 Aug 2008 22:45:09 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KT6MA-00029S-67 for emacs-orgmode@gnu.org; Wed, 13 Aug 2008 02:45:02 +0000 Received: from dsl-58-6-90-94.act.westnet.com.au ([58.6.90.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Aug 2008 02:45:02 +0000 Received: from rweir by dsl-58-6-90-94.act.westnet.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Aug 2008 02:45:02 +0000 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 On 13 Aug 2008, Robert Miesen wrote: > I've noticed that as I go through tasks listed in my agenda, it's > very easy to select and operate on the wrong task because it's too > easy to loose track of what task I am operating on. If the entire task > line entry were highlighted, it would be much easier to determine > which task was being operated on. Not built-in, but: ,---- | (add-hook 'org-agenda-mode-hook '(lambda () (hl-line-mode 1))) `---- works quite well. -- -rob