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 <m...@nicolasgoaziou.fr> wrote: > Hello, > > wtm <wtmonroe...@gmail.com> 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