From 3ebf1410ceda65189224f5a97812380a9dab7326 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 17 Jul 2024 13:49:30 -0500 Subject: [PATCH] tweaks to agenda files --- README.org | 6 +++--- init.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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")