diff options
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1349,7 +1349,7 @@ | |||
| 1349 | (setq txt (org-agenda-format-item | 1349 | (setq txt (org-agenda-format-item |
| 1350 | (cond | 1350 | (cond |
| 1351 | ;; CHANGES ARE HERE | 1351 | ;; CHANGES ARE HERE |
| 1352 | (closedp (concat "Closed: " (spaces-string 12))) | 1352 | (closedp (concat "Closed: " "CLOSED" (spaces-string 6))) |
| 1353 | (statep (concat "State: " state (spaces-string (- 12 (length state))))) | 1353 | (statep (concat "State: " state (spaces-string (- 12 (length state))))) |
| 1354 | (t (concat "Clocked: " clocked (spaces-string (- 12 (length clocked)))))) | 1354 | (t (concat "Clocked: " clocked (spaces-string (- 12 (length clocked)))))) |
| 1355 | ;; END CHANGES | 1355 | ;; END CHANGES |