ADD incubator tag filter for archive view

This commit is contained in:
ndwarshuis 2019-07-07 10:07:40 -04:00
parent b628ce7dba
commit 3f16e0bd5c
1 changed files with 3 additions and 0 deletions

View File

@ -2709,6 +2709,9 @@ original org entry before executing BODY."
(org-x-is-project-p)
(not (eq :archivable (org-x-get-project-status))))
(org-x-skip-subtree))
;; skip all incubator tasks
((org-x-headline-has-tag-p "%inc")
(org-x-skip-heading))
;; skip all project tasks
((and keyword (org-x-is-project-task-p))
(org-x-skip-heading))