Hi Martin,

"Martin Beck" <elwood...@web.de> 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

Reply via email to