From 3610bda9882a50084fc8e693622e82eae6a70859 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Fri, 10 Nov 2023 05:53:02 -0500 Subject: Differentiate between CLOSED agenda items and logbook DONE states --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 43a8328..dabad65 100644 --- a/init.el +++ b/init.el @@ -1349,7 +1349,7 @@ (setq txt (org-agenda-format-item (cond ;; CHANGES ARE HERE - (closedp (concat "Closed: " (spaces-string 12))) + (closedp (concat "Closed: " "CLOSED" (spaces-string 6))) (statep (concat "State: " state (spaces-string (- 12 (length state))))) (t (concat "Clocked: " clocked (spaces-string (- 12 (length clocked)))))) ;; END CHANGES -- cgit v1.2.3