]> git.earman.xyz Git - emacsinit.git/commitdiff
Split keywords into separate sequences
authorrearman <rearman@r717.net>
Thu, 19 Mar 2026 12:10:00 +0000 (08:10 -0400)
committerrearman <rearman@r717.net>
Thu, 19 Mar 2026 12:10:00 +0000 (08:10 -0400)
re/re-org.el

index 28d886131c511862e370ce402002eb8dd2bbd5d9..577713917629281fb15216f887fa1d952ce97ef9 100644 (file)
       org-refile-use-outline-path 'file
       org-refile-allow-creating-parent-nodes 'confirm)
 
-(setq org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "UNDERTAKEN(u)" "MEETING(m)"
-                                   "|"
-                                   "DONE(d)" "BELAYED(b@)" "GIVEN(g@)" "MET(M)")))
+(setq org-todo-keywords '((sequence "UNDERTAKEN(u)" "|")
+                         (sequence "TODO(t)" "WAITING(w@)" "|")
+                         (sequence "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)")
+                         (sequence "MEETING(m)" "|" "MET(M)")))
 
 (setq org-tag-alist '((:startgroup . nil) ; contexts
                      ("buy" . ?b)