From 9022b4c5e1aa0d8dd674410d9352cf0949f250b7 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 28 May 2014 21:15:44 +0200 Subject: [PATCH] Fix aa86e4bc Thanks to Achim Gratz for pointing this. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 6f65a0c08..864cfdd0c 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -7638,7 +7638,7 @@ When NO-OPERATOR is non-nil, do not add the + operator to returned tags." "Set FILTER as the new agenda filter and apply it." ;; Deactivate `org-agenda-entry-text-mode' when filtering (if org-agenda-entry-text-mode (org-agenda-entry-text-mode)) - (let (tags cat txt) + (let (tags cat txt effort-minutes) (setq org-agenda-filter-form (org-agenda-filter-make-matcher filter type)) (if (and (eq type 'category)