Michael Welle <mwe012...@gmx.net> writes: > I use Emacs 23.2.1 and org-mode 7.5. After some time, usually after a > few days of 'uptime', building an agenda becomes very sloooow.
Is this the standard agenda or a custom agenda? > I expect the agenda built from 120 org file to show up within five > seconds. Five seconds still seems like a long time. How many lines are in your agenda? Are your org buffers already open when you call it? Or have you closed your org buffers by typing "x" in the agenda? > If Emacs is in the bad state it takes three minutes. Restarting Emacs > solves the problem. > I don't blame org-mode for that behaviour, but maybe someone of you has > observed such behaviour, too? Any hints on debugging? M-x elp-instrument-package org [RET] M-x org-agenda-list M-x elp-results Best, Matt > Building the agenda results in more than 60k stat syscalls. Mostly > /etc/localtime is stat'ted and the org files. That is strange, but not > different if all works as expected.