From 68989b715cae871482a96ce6d48735b4bbed38a3 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 14 May 2024 13:49:23 -0700 Subject: emacs: add MEETING org keyword --- .emacs.d/rul-lisp/packages/rul-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/rul-lisp/packages/rul-org.el') 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) -- cgit v1.2.3