From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Very slow agenda view Date: Thu, 14 Aug 2008 23:42:19 +0200 Message-ID: <48A4A6BB.3080208@yahoo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTkaM-00053L-BA for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 17:42:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTkaL-00052c-Mv for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 17:42:21 -0400 Received: from [199.232.76.173] (port=38768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTkaL-00052P-Bf for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 17:42:21 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:57987) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTkaK-000507-Ke for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 17:42:21 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thomas Stenhaug Cc: emacs-orgmode@gnu.org Thomas Stenhaug schrieb: > Hi, > > I'm using Org-mode 6.0.6b, on a fairly beefy box. Building the Agenda > view is very slow, 10+ seconds for 16 files with a total of 1119 > lines. All org-files are byte-compiled. > > I tried setting org-agenda-files to a single, small file just to test, > and it still took over a second to produce the agenda view. > > This doesn't seem right. Does anyone have a clue what to check? > > > Thomas > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > Hi, thank you for bringing up the issue. I have also been troubled by performance issues with my agenda views. I have about 12000 lines of org text. Starting this agenda view ("A" agenda "prio A agenda" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp) "\\=.*\\[#A\\]"))) (org-agenda-ndays 3) (org-deadline-warning-days -1) (org-agenda-overriding-header "Today's Priority #A tasks: "))) takes several seconds on my EmacsW32 3 GHz CPU. After changing the tag inheritance setting to nil the view shows in about 1 second! Which is good enough! Rainer