From mboxrd@z Thu Jan 1 00:00:00 1970 From: wtm Subject: Re: org-agenda-filter-effort and "invalid face reference" Date: Wed, 4 Jan 2017 16:37:36 -0600 Message-ID: References: <87vatwjc8b.fsf@nicolasgoaziou.fr> <87fukzdevr.fsf@nicolasgoaziou.fr> <8760lvde85.fsf@nicolasgoaziou.fr> <87h95esbit.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOuBf-0002GC-EF for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 17:37:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOuBe-0002wy-PN for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 17:37:39 -0500 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:38549) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cOuBe-0002wu-Iv for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 17:37:38 -0500 Received: by mail-wm0-x22f.google.com with SMTP id k184so273444518wme.1 for ; Wed, 04 Jan 2017 14:37:38 -0800 (PST) In-Reply-To: <87h95esbit.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Jorge Morais Neto , org mode Wonderful! Is there any elisp that I could add to my config to test it? I would love have this capability. On Wed, Jan 4, 2017 at 4:31 PM, Nicolas Goaziou wrote: > 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