diff options
author | Raul Benencia <raul@thousandeyes.com> | 2024-05-14 13:49:23 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2024-05-14 13:49:52 -0700 |
commit | 68989b715cae871482a96ce6d48735b4bbed38a3 (patch) | |
tree | 3c3ea52853841600763eaf9fa210fd8807e70b23 | |
parent | 0fb9b4f1e1cefb836b3326164b6a98bf4a1e6c29 (diff) |
emacs: add MEETING org keyword
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-org.el b/.emacs.d/rul-lisp/packages/rul-org.el index b4e17dc..bced45c 100644 --- a/.emacs.d/rul-lisp/packages/rul-org.el +++ b/.emacs.d/rul-lisp/packages/rul-org.el @@ -42,7 +42,7 @@ ;; ORG STATES ;; (setq org-todo-keywords (quote ((sequence "TODO(t)" "MAYBE(m)" "NEXT(n)" "|" "DONE(d)") - (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)")))) + (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "MEETING")))) (setq org-use-fast-todo-selection t) |