From mboxrd@z Thu Jan 1 00:00:00 1970 From: chunhui Subject: Re: Highlight current date in agenda buffer Date: Mon, 26 Jan 2009 02:11:12 +0000 (UTC) Message-ID: References: <87ocy03317.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSEwU-0008VX-4Z for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 13:15:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSEwS-0008Qp-DS for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 13:15:13 -0500 Received: from [199.232.76.173] (port=48516 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSEwR-0008QM-O9 for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 13:15:11 -0500 Received: from main.gmane.org ([80.91.229.2]:52820 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 1LSEwR-0001cR-A0 for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 13:15:11 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LSEwI-0007AH-Ul for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 18:15:02 +0000 Received: from 123.103.46.254-BJ-CNC ([123.103.46.254-BJ-CNC]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jan 2009 18:15:02 +0000 Received: from chunhui_true by 123.103.46.254-BJ-CNC with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jan 2009 18:15: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 Bernt Hansen norang.ca> writes: > > I have the following in my .emacs > > (add-hook 'org-agenda-mode-hook '(lambda () (hl-line-mode 1))) > It is very nice.thanks.