diff --git a/README.org b/README.org index 44dd8134..cd4f0bb3 100644 --- a/README.org +++ b/README.org @@ -1069,9 +1069,9 @@ Part of this config includes some special capture templates for my work as a you ("fa" tags "area+LEVEL=1") ("fr" tags "resource+LEVEL=1") ("fp" . "Projects") - ("fpp" "All projects" tags "project+LEVEL=1") - ("fpt" "All TFC projects" tags "projecttfc+LEVEL=1") - ("fpd" "All Dev projects" tags "projectdev") + ("fpp" "All projects" tags-todo "project+LEVEL=1") + ("fpt" "All TFC projects" tags-todo "project+tfc+LEVEL=1") + ("fpd" "All Dev projects" tags-todo "project+dev") ("fA" tags "archive+LEVEL=1") ("h" . "Family searches") ("ha" tags "abbie") diff --git a/init.el b/init.el index 2d7c4d84..43fb3c96 100644 --- a/init.el +++ b/init.el @@ -787,9 +787,9 @@ much faster. The hope is to also make this a faster version of imenu." ("fa" tags "area+LEVEL=1") ("fr" tags "resource+LEVEL=1") ("fp" . "Projects") - ("fpp" "All projects" tags "project+LEVEL=1") - ("fpt" "All TFC projects" tags "projecttfc+LEVEL=1") - ("fpd" "All Dev projects" tags "projectdev") + ("fpp" "All projects" tags-todo "project+LEVEL=1") + ("fpt" "All TFC projects" tags-todo "project+tfc+LEVEL=1") + ("fpd" "All Dev projects" tags-todo "project+dev") ("fA" tags "archive+LEVEL=1") ("h" . "Family searches") ("ha" tags "abbie")