|
@@ -7734,9 +7734,9 @@ the variable `org-agenda-auto-exclude-function'."
|
|
|
(negate (equal strip-or-accumulate '(4)))
|
|
|
(cf (mapconcat #'identity org-agenda-category-filter ""))
|
|
|
(tf (mapconcat #'identity org-agenda-tag-filter ""))
|
|
|
- (rpl-fn (lambda (c) (replace-regexp-in-string "^\+" "" (or (car c) ""))))
|
|
|
- (ef (replace-regexp-in-string "^\+" "" (or (car org-agenda-effort-filter) "")))
|
|
|
- (rf (replace-regexp-in-string "^\+" "" (or (car org-agenda-regexp-filter) "")))
|
|
|
+ (rpl-fn (lambda (c) (replace-regexp-in-string "^\\+" "" (or (car c) ""))))
|
|
|
+ (ef (replace-regexp-in-string "^\\+" "" (or (car org-agenda-effort-filter) "")))
|
|
|
+ (rf (replace-regexp-in-string "^\\+" "" (or (car org-agenda-regexp-filter) "")))
|
|
|
(ff (concat cf tf ef (when (not (equal rf "")) (concat "/" rf "/"))))
|
|
|
(f-string (completing-read
|
|
|
(concat
|