From fb3b8f997df91505cfc865eaf615f87ea6e36f11 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 2 Jun 2022 17:33:53 -0400 Subject: [PATCH] FIX typo --- local/lib/org-x/org-x-dag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index e478222..b68d532 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -1241,7 +1241,7 @@ deadline (eg via epoch time) or if it has a repeater." (mk-right dead) (->> "QTP deadlines must be due after the quarter starts" (either :left)))) - (mk-right nil date-abs))) + (mk-right nil))) (t (org-x-dag-bs-error-kw "QTP" it-todo)))))))