From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-agenda-filter-effort and "invalid face reference" Date: Wed, 04 Jan 2017 23:31:06 +0100 Message-ID: <87h95esbit.fsf@nicolasgoaziou.fr> References: <87vatwjc8b.fsf@nicolasgoaziou.fr> <87fukzdevr.fsf@nicolasgoaziou.fr> <8760lvde85.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOu5V-0006Oh-JQ for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 17:31:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOu5U-0000Qq-Sm for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 17:31:17 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:42250) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOu5U-0000QK-Mv for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 17:31:16 -0500 In-Reply-To: (wtm's message of "Wed, 4 Jan 2017 15:10:47 -0600") 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" To: wtm Cc: Jorge Morais Neto , org mode Hello, wtm writes: > After some additional testing, I was able to isolate the problem: > org-agenda-filter-by-effort only filtered entries that had no tags or > tag inheritance. This leads me to believe that I just don't > understand how this command, org-agenda-filter-by-effort, is actually > supposed to work. If I have an entry like this: > > * TODO task 1 :tag: > :PROPERTIES: > :Effort: 0:30 > :END: > > And one like this: > > * TODO task 2 > :PROPERTIES: > :Effort: 0:30 > :END: > > And I've added the org file to the agenda list and created the > appropriate org-global-properties: > > (setq org-global-properties > '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00"))) > > Shouldn't org-agenda-filter-by-effort set to = "0:30" show both of > those tasks? In my case, I'm only seeing this one: > > * TODO task 2 > :PROPERTIES: > :Effort: 0:30 > :END: Good catch. There was an issue in "org-agenda.el". It is now fixed. Thank you. Regards, -- Nicolas Goaziou