Merge branch 'maint'
This commit is contained in:
commit
a7770e6333
|
@ -7709,11 +7709,10 @@ the variable `org-agenda-auto-exclude-function'."
|
||||||
(and fe (org-agenda-filter-apply
|
(and fe (org-agenda-filter-apply
|
||||||
(setq org-agenda-effort-filter fe) 'effort))
|
(setq org-agenda-effort-filter fe) 'effort))
|
||||||
(and fr (org-agenda-filter-apply
|
(and fr (org-agenda-filter-apply
|
||||||
(setq org-agenda-regexp-filter fr) 'regexp))
|
(setq org-agenda-regexp-filter fr) 'regexp)))))
|
||||||
)))
|
|
||||||
|
|
||||||
(defun org-agenda-filter-completion-function (string _predicate &optional flag)
|
(defun org-agenda-filter-completion-function (string _predicate &optional flag)
|
||||||
"Complete a complex filter string
|
"Complete a complex filter string.
|
||||||
FLAG specifies the type of completion operation to perform. This
|
FLAG specifies the type of completion operation to perform. This
|
||||||
function is passed as a collection function to `completing-read',
|
function is passed as a collection function to `completing-read',
|
||||||
which see."
|
which see."
|
||||||
|
|
Loading…
Reference in New Issue