On Mar 31, 2009, at 3:22 PM, Bernt Hansen wrote: > Carsten Dominik writes: > >> On Mar 31, 2009, at 2:18 PM, Bernt Hansen wrote: >> >>> Carsten Dominik writes: >>> >>>> On Mar 30, 2009, at 10:37 PM, Bernt Hansen wrote: >>>>> >>> List of all TODO entries (excluding dated items) >>> / Limit to NEXT tagged tasks >>> / / Limit to effort <= 0 >>> / / / >>> C-c a t / N / + 1 >> >> You are now using "1" and have your first effort etimate set to zero >> minutes. >> I guess we could make "0" a special selection, not for the 10th >> effort >> step, but for no effort defined. Would that make sense? > > Sounds good to me. I still hit '0' instead of '1' by mistake > sometimes > ... and end up with everything < 8 hours :) I did that just this > morning. I ended up introducing a new operator "?" for this special purpose. So now, please filter C-c a t / N / + ? The comparing operators <, >, and = now all treat tasks without effort according to the setting in `org-sort-agenda-noeffort-means-high', as 0 or 32767 minutes, respectively. Matt, is that acceptable also for you, or do you want an option to actually totally ignore entries without an effort defined? Thanks to both of you, for the input. - Carsten