ADD incubator tag filter for archive view
This commit is contained in:
parent
b628ce7dba
commit
3f16e0bd5c
|
@ -2709,6 +2709,9 @@ original org entry before executing BODY."
|
||||||
(org-x-is-project-p)
|
(org-x-is-project-p)
|
||||||
(not (eq :archivable (org-x-get-project-status))))
|
(not (eq :archivable (org-x-get-project-status))))
|
||||||
(org-x-skip-subtree))
|
(org-x-skip-subtree))
|
||||||
|
;; skip all incubator tasks
|
||||||
|
((org-x-headline-has-tag-p "%inc")
|
||||||
|
(org-x-skip-heading))
|
||||||
;; skip all project tasks
|
;; skip all project tasks
|
||||||
((and keyword (org-x-is-project-task-p))
|
((and keyword (org-x-is-project-task-p))
|
||||||
(org-x-skip-heading))
|
(org-x-skip-heading))
|
||||||
|
|
Loading…
Reference in New Issue