From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Highlighting agenda line Date: Thu, 02 Aug 2007 11:34:39 +0200 Message-ID: <87myxagtzk.fsf@baldur.tsdh.de> 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 1IGX52-0007Zy-OS for emacs-orgmode@gnu.org; Thu, 02 Aug 2007 05:34:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGX51-0007YN-Jd for emacs-orgmode@gnu.org; Thu, 02 Aug 2007 05:34:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGX51-0007Xs-8j for emacs-orgmode@gnu.org; Thu, 02 Aug 2007 05:34:51 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1IGX50-0008CF-O2 for emacs-orgmode@gnu.org; Thu, 02 Aug 2007 05:34:51 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IGX4w-0001JO-H2 for emacs-orgmode@gnu.org; Thu, 02 Aug 2007 11:34:47 +0200 Received: from dhcp103.uni-koblenz.de ([141.26.71.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 11:34:46 +0200 Received: from tassilo by dhcp103.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 11:34:46 +0200 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 Rainer Stengele writes: Hi Rainer, > I would therefore also like the line where the cursor is in > highlighted. Am I missing a custom parameter or do I have to look > elesewhere? ,----[ C-h f hl-line-mode RET ] | hl-line-mode is an interactive compiled Lisp function in `hl-line.el'. | (hl-line-mode &optional ARG) | | Buffer-local minor mode to highlight the line about point. | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. | | If `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the | line about the buffer's point in all windows. Caveat: the | buffer's point might be different from the point of a | non-selected window. Hl-Line mode uses the function | `hl-line-highlight' on `post-command-hook' in this case. | | When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the | line about point in the selected window only. In this case, it | uses the function `hl-line-unhighlight' on `pre-command-hook' in | addition to `hl-line-highlight' on `post-command-hook'. `---- Bye, Tassilo -- The desire to be rewarded for one's creativity does not justify depriving the world in general of all or part of that creativity. (Richard M. Stallman)