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))