From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Agenda optimization: new option `org-agenda-inhibit-startup' Date: Wed, 30 Jan 2013 11:21:03 +0100 Message-ID: <87a9rq53fh.fsf@bzg.ath.cx> References: <871ud8dkby.fsf@bzg.ath.cx> <2EF34481-8E30-406C-A469-76D9E0F69E3B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbs-000172-Gf for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0Vbr-0001ws-A0 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:44 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:61606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbq-0001wL-Ui for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:43 -0500 Received: by mail-wg0-f50.google.com with SMTP id es5so1102844wgb.29 for ; Wed, 30 Jan 2013 03:13:42 -0800 (PST) In-Reply-To: <2EF34481-8E30-406C-A469-76D9E0F69E3B@gmail.com> (Carsten Dominik's message of "Sun, 27 Jan 2013 10:04:04 +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: Carsten Dominik Cc: "emacs-orgmode@gnu.org Mailing List" , Nicolas Goaziou Hi Carsten, Carsten Dominik writes: > Maybe it would be useful to exempt initializing org-indent-mode from > this. I double-checked and (setq org-startup-indented t) does not delay the agenda generation, so I implemented this: org-indent-mode is not inhibited anymore when `org-agenda-inhibit-startup' is non-nil. Thanks for suggesting this! -- Bastien