From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Agenda optimization: new option `org-agenda-inhibit-startup' Date: Sat, 26 Jan 2013 16:40:01 +0100 Message-ID: <871ud8dkby.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz7rb-0007wX-58 for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 10:40:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tz7ra-0006Z7-5s for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 10:40:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:36703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz7rZ-0006Z1-VX for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 10:40:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tz7rm-00009L-43 for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 16:40:26 +0100 Received: from mar75-2-81-56-68-112.fbx.proxad.net ([81.56.68.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 16:40:26 +0100 Received: from bzg by mar75-2-81-56-68-112.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 16:40:26 +0100 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: emacs-orgmode@gnu.org Hi all, in the maint and master branch, there is `org-agenda-inhibit-startup', a new option defaulting to t which prevent the agenda buffers to run some startup initialization when called for generating an agenda -- e.g. opening the buffer with a specific cycling state is not honored. This will speed up agenda generation *a lot*, especially for people who have lots of agenda files. Please check and let me know. For those who want the previous behavior, simply set it to nil. I want the default to be t so newbies enjoy a fast agenda early on. All best, -- Bastien