From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: New "~" agenda keybinding to filter by effort Date: Wed, 28 May 2014 12:40:02 +0200 Message-ID: <87vbsqdw59.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpbHa-0006uP-Mn for emacs-orgmode@gnu.org; Wed, 28 May 2014 06:40:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WpbHR-0003MQ-VB for emacs-orgmode@gnu.org; Wed, 28 May 2014 06:40:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:58646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpbHR-0003M2-9R for emacs-orgmode@gnu.org; Wed, 28 May 2014 06:40:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WpbHM-0001oJ-M8 for emacs-orgmode@gnu.org; Wed, 28 May 2014 12:40:16 +0200 Received: from mar75-2-81-56-68-112.fbx.proxad.net ([81.56.68.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 May 2014 12:40:16 +0200 Received: from bzg by mar75-2-81-56-68-112.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 May 2014 12:40:16 +0200 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: emacs-orgmode@gnu.org Hi all, from the current HEAD of the master branch (aa86e4bc), you can use "_" in agendas to filter by effort. This used to be integrated to the tag filter, but filters interaction was then too complex. You can also use `org-agenda-effort-filter-preset' to set the filter to an initial value in your agenda custom commands. If you want to list only entries with a max effort of 20 minutes : M-x org-agenda t _ < 3 ;; corresponding to the 0:20 effort value Also note that I enhanced the prompt for `org-agenda-limit-entries' (bound to "~" in agenda buffers) which is perhaps not known enough. So if you want to list only entries with a max effort of 20 minutes within agenda entries which sum up to three hours of work: M-x org-agenda t _ < 3 ;; corresponding to the 0:20 effort value ~ E 180 RET Let me know if it works as expected for you. -- Bastien