emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Scroll agenda to a certain line after refresh or creation?


From: Bastien
Subject: Re: [O] Scroll agenda to a certain line after refresh or creation?
Date: Fri, 13 Jun 2014 12:41:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hi Martin,

"Martin Beck" <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]