From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Scroll agenda to a certain line after refresh or creation? Date: Fri, 13 Jun 2014 12:41:12 +0200 Message-ID: <87tx7p6qif.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvOvB-0005mu-V6 for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 06:41:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvOv5-0004fk-Qe for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 06:41:21 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:51096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvOv5-0004fg-Mf for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 06:41:15 -0400 In-Reply-To: (Martin Beck's message of "Thu, 5 Jun 2014 13:34:26 +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: Martin Beck Cc: emacs orgmode-mailinglist Hi Martin, "Martin Beck" writes: > Can I let the agenda scroll automatically to the line with the > current time, which looks like that (naturally, the time is not a > constant) after building or rebuilding it? You can bind a key to this command: (lambda () (interactive) (goto-char (text-property-any (point-min) (point-max) 'face 'org-agenda-current-time))) > How can I apply a special face to this line to make it better visible > (but only in this agenda view, not in others)? M-x customize-face RET org-agenda-current-time RET HTH, -- Bastien