unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* how to rebuild org agenda while emacs is idle?
@ 2015-08-29 16:15 Gregor Zattler
  0 siblings, 0 replies; only message in thread
From: Gregor Zattler @ 2015-08-29 16:15 UTC (permalink / raw)
  To: help-gnu-emacs

Hi everyone,

org-agenda is great but slow, sticky agenda solves this but gets
stale really fast.  I try to refresh my org-agenda while Emacs is
idle like so:

(defun gz/refresh-agenda-when-idle ()
  "Refresh Agenda while idle."
  (with-current-buffer-buffer "*Org Agenda(a)*"
    (org-agenda-redo ALL)))

(setq gz/idle-agenda-timer (run-with-idle-timer 9 t 'gz/update-agenda))


This should refresh my agenda after 9 seconds of idle time.  But
when I change one of my agenda files and save it the change does
not occur in the agenda after 9 seconds of idle time although the
echo area shows "Rebuilding agenda buffer...done"

What's wrong with this settings?


There is another problem.  For test purposes I have split the
Emacs window in two: The agenda (in order to see if something
changes) and another window for the buffer with the code.

When point is not in the agenda window the echo area
*sometimes* shows
Error running timer ‘gz/update-agenda’: (error "‘recenter’ing a
window that does not display current-buffer.")


I stop my experiment with:
(cancel-timer gz/idle-agenda-timer)


Ciao, Gregor
-- 
 -... --- .-. . -.. ..--.. ...-.-



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-29 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-29 16:15 how to rebuild org agenda while emacs is idle? Gregor Zattler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).