Add logging to CANCELED state

Maybe?  This isn't working right for /some reason/
This commit is contained in:
Case Duckworth 2022-01-21 09:28:33 -06:00
parent 81c6f17854
commit ef5719915d
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@
org-tags-column (- (- fill-column (length org-ellipsis)))
org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)"
"|" "DONE(d!)")
(sequence "|" "CANCELED(k!)")
(sequence "|" "CANCELED(k@)")
(sequence "MEETING(m)")))
(:bind "RET" #'+org-return-dwim
"<S-return>" #'+org-table-copy-down