From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: Scroll agenda to a certain line after refresh or creation? Date: Thu, 5 Jun 2014 13:34:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsVwJ-00087T-P4 for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 07:34:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsVwC-0002qu-1t for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 07:34:35 -0400 Received: from mout.web.de ([212.227.17.12]:65369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsVwB-0002qg-OP for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 07:34:27 -0400 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: emacs orgmode-mailinglist
Hi,
 
I have an agenda view which lists all my activities during the last days to easily find them for adding info or continue working on them.
 
It is defined as a custom agenda command like that:
("ip" "past 7d +3d" agenda "" ((org-agenda-overriding-header "Activities during last 7 days") (org-agenda-start-day "-7d") (org-agenda-span 10) (org-agenda-repeating-timestamp-show-all nil) (org-agenda-include-inactive-timestamps t) (org-agenda-entry-types (quote (:deadline :timestamp :sexp)))))
 
This agenda view gets quite long and confusing for the eye.
 
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?
              13:24...... now - - - - - - - - - - - - - - - - - - - - - - - - -
 
How can I apply a special face to this line to make it better visible (but only in this agenda view, not in others)?
 
Kind regards
 
Martin