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