From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: slow agenda view and scrolling through headlines Date: Sun, 13 Nov 2011 17:58:46 -0500 Message-ID: <9115.1321225126@alphaville.americas.hpqcorp.net> References: <87ipmnllc1.fsf@norang.ca> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPj0j-0002Id-T4 for emacs-orgmode@gnu.org; Sun, 13 Nov 2011 17:58:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPj0i-0007vC-Kw for emacs-orgmode@gnu.org; Sun, 13 Nov 2011 17:58:49 -0500 Received: from g5t0009.atlanta.hp.com ([15.192.0.46]:31499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPj0i-0007uo-FO for emacs-orgmode@gnu.org; Sun, 13 Nov 2011 17:58:48 -0500 In-Reply-To: Message from Susan Addy of "Sun\, 13 Nov 2011 14\:26\:01 PST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Susan Addy Cc: Bernt Hansen , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Susan Addy wrote: > Thanks Bernt. I checked and Linum-mode is not enabled.=C2=A0 > =C2=A0=C2=A0 > Also, I using emacs 22.3.1 and org-mode 7.7 (if it helps).=C2=A0 > =C2=A0 >=20 > On Sun, Nov 13, 2011 at 2:16 PM, Bernt Hansen wrote: >=20 > Susan Addy writes: >=20=20=20=20 > > Below is a list of my agenda command - maybe it is too long? When it > > is slow, it is slow no matter what TODO I am trying to compile. > > > > Any thoughts?=C2=A0 > > Thank you! >=20=20=20=20 > If you have linum-mode enabled you should turn that off. =C2=A0Others= have > reported slow navigation when that is enabled. >=20=20=20=20 > HTH, > Bernt >=20 >=20 There have been various discussions on agenda slowness in the past - check the mailing list for some guesses (linum-mode, font-lock, property inheritance, code compilation and perhaps others have been suggested as possible causes). Sometimes the guesses pan out, sometimes not. The most important thing you can do, imo, is to profile the code, first when it's behaving well and then when it's behaving badly. All you have to do is M-x elp-instrument-package RET org RET run your agenda command and then M-x elp-results RET to get the results.=20 Nick