From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?RnJhbsOnb2lz?= Allisson Subject: Re: Cached agenda views? Date: Thu, 6 Sep 2012 16:21:33 +0200 Message-ID: <20120906142132.GA22191@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cxL-0007Qw-TX for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 10:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9cxK-0002HZ-C4 for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 10:21:19 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:54093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cxK-0002D3-4r for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 10:21:18 -0400 Content-Disposition: inline In-Reply-To: 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: Marcelo de Moraes Serpa Cc: Org Mode Le jeudi 06 sep 2012 =C3=A0 08:54:04 (-0500), Marcelo de Moraes Serpa a =C3= =A9crit : > Hi list, >=20 > It's a known fact that the more files you put into the agenda, the more= likely > it is to become slower. I've started using Memacs a few weeks ago, and = my > agenda is still very useable, but significantly slower than before (due= to the > big amount of temporal data being processed from my gmail emails and gi= t logs). >=20 > I was wondering if it would be possible to NOT regenerate the agenda > everytime.=C2=A0 >=20 > I think this would mean parsing the org files and dumping the elisp obj= ects > created somehow. This way, when visiting the agenda again, it would be = loaded > from the objects dump and would not go through the parsing of all the a= genda > files again, unless forced by the user; or within a=C2=A0specific=C2=A0= time, via a cron > or internal emacs timer. This would also, in theory, allow the agenda t= o be > constantly regenerated in a background worker process. >=20 > What do you think? >=20 > Cheers, >=20 > - Marcelo. >=20 Hi Marcello, Have you tried sticky agendas (`*' to toogle on/off in the org-agenda menu)? One of its many uses is to *not* regenerate an agenda each time it is called, but only when the user wants it. Cheers, Fran=C3=A7ois.