From 3f16e0bd5ca213503bb6f631dc5a07f23eb4a63a Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 7 Jul 2019 10:07:40 -0400 Subject: [PATCH] ADD incubator tag filter for archive view --- etc/conf.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index 334e36f..6e4c6b6 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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))