|
@@ -2486,6 +2486,7 @@ Normal means, no org-mode-specific context."
|
|
|
(declare-function iswitchb-read-buffer (prompt &optional default require-match start matches-set))
|
|
|
(defvar iswitchb-temp-buflist)
|
|
|
(declare-function org-gnus-follow-link "org-gnus" (&optional group article))
|
|
|
+(defvar org-agenda-tags-todo-honor-ignore-options)
|
|
|
(declare-function org-agenda-skip "org-agenda" ())
|
|
|
(declare-function org-format-agenda-item "org-agenda"
|
|
|
(extra txt &optional category tags dotime noprefix remove-re))
|
|
@@ -9269,6 +9270,7 @@ this case the return value is a list of all return values from these calls.
|
|
|
MATCHER is a Lisp form to be evaluated, testing if a given set of tags
|
|
|
qualifies a headline for inclusion. When TODO-ONLY is non-nil,
|
|
|
only lines with a TODO keyword are included in the output."
|
|
|
+ (require 'org-agenda)
|
|
|
(let* ((re (concat "[\n\r]" outline-regexp " *\\(\\<\\("
|
|
|
(mapconcat 'regexp-quote org-todo-keywords-1 "\\|")
|
|
|
(org-re
|