diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-14 13:58:37 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-14 13:58:37 +0000 |
commit | beed958dadcd48890b4e203018b0b586e3dcb087 (patch) | |
tree | f08c45d0d3d5845cf8c01b8102810d8e9d087d12 /doom.d | |
parent | ceb35d2f99113f54aafe47904c8fe8a2278abffc (diff) |
Fixed stuck projects
Diffstat (limited to '')
-rw-r--r-- | doom.d/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.el b/doom.d/config.el index 349c9d4..85b25b1 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -347,7 +347,7 @@ matt@matthewlemon.com") ;; Defining stuck projects (setq org-stuck-projects - '("/+PROJ" ("NEXT") nil "")) + '("+LEVEL=2/+PROJ" ("NEXT" "DOING") nil "")) ;; Put state transition logs into a drawer called LOGBOOK (setq org-log-into-drawer t) |