From 45cee29929faab4a049cda33aa9260078aac8483 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 24 Sep 2008 19:21:54 +0200 Subject: [PATCH] Fix bug, Patch by Bernt Hansen. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 70d519b9e..398809ddf 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -9512,6 +9512,7 @@ the scanner. The following items can be given here: org-todo-keyword-alist-for-agenda org-tag-alist-for-agenda) + (cond ((eq match t) (setq matcher t)) ((eq match nil) (setq matcher t)) (t (setq matcher (if match (org-make-tags-matcher match) t))))