From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Agenda very slow with org-agenda-dimmed-blocked-tasks Date: Tue, 11 Aug 2015 06:34:27 -0500 Message-ID: <874mk6jby4.fsf@fastmail.fm> References: <87d1yujc3q.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP7pC-0001pm-99 for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 07:34:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP7p6-0004T3-UH for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 07:34:34 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP7p6-0004Sv-Qh for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 07:34:28 -0400 Received: from archthink (c-50-172-132-15.hsd1.il.comcast.net [50.172.132.15]) by mail.messagingengine.com (Postfix) with ESMTPA id 30FA9C00022 for ; Tue, 11 Aug 2015 07:34:28 -0400 (EDT) In-Reply-To: <87d1yujc3q.fsf@fastmail.fm> (Matt Lundin's message of "Tue, 11 Aug 2015 06:31:05 -0500") 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: Org Mode Matt Lundin writes: > Minimal recipe to replicate: > > a) Config file Here's the minimal config. (The inline attachment didn't display properly in gnus on my end). (add-to-list 'load-path "~/org-mode/lisp") (add-to-list 'load-path "~/org-mode/contrib/lisp") (setq org-enforce-todo-dependencies t) (setq org-agenda-dim-blocked-tasks t) (setq org-agenda-files '("~/test.org")) Best, Matt