From d70d664d1f8d3e75d4fd40a6b0200e1579aaa0e4 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 2 May 2019 23:32:41 -0400 Subject: [PATCH] fixed NA tag in calendar view --- etc/conf.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 77bbb74..502642b 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -2396,7 +2396,8 @@ original org entry before executing BODY." `(("a" "Calendar View" ((agenda "" ((org-agenda-skip-function - '(org-x-skip-headings-with-tags '("%inc" "REFILE"))) + '(org-x-skip-headings-with-tags + '("NA" "%inc" "REFILE"))) (org-agenda-include-diary t))))) ("t"