Explorar o código

Fix bug with matching sublevels

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
b5edb36f94
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 2 1
      lisp/org-agenda.el
  2. 1 1
      lisp/org.el

+ 2 - 1
lisp/org-agenda.el

@@ -3166,7 +3166,8 @@ The prefix arg TODO-ONLY limits the search to TODO entries."
   (org-compile-prefix-format 'tags)
   (org-set-sorting-strategy 'tags)
   (let* ((org-tags-match-list-sublevels
-	  (if todo-only t org-tags-match-list-sublevels))
+;??????	  (if todo-only t org-tags-match-list-sublevels))
+	  org-tags-match-list-sublevels)
 	 (completion-ignore-case t)
 	 rtn rtnall files file pos matcher
 	 buffer)

+ 1 - 1
lisp/org.el

@@ -11230,7 +11230,7 @@ a *different* entry, you cannot use these techniques."
 	 (org-agenda-skip-comment-trees (memq 'comment skip))
 	 (org-agenda-skip-function
 	  (car (org-delete-all '(comment archive) skip)))
-; ?????? (org-tags-match-list-sublevels t)
+	 (org-tags-match-list-sublevels t)
 	 matcher file res
 	 org-todo-keywords-for-agenda
 	 org-done-keywords-for-agenda