From 9c6bbe77d243ebb83990d27cdc8d698d6617bfe6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 22 Oct 2020 21:45:53 +0200 Subject: Update org-mode TODO keywords --- gui/conf/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/conf/init.el b/gui/conf/init.el index f8f9d97..e3ddf63 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -179,7 +179,8 @@ (setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)") - (sequence "EXAM(e)" "|" "DONE(d)"))) + (sequence "EXAM(e)" "|" "DONE(d)") + (sequence "IDEA(i)" "TODO(t)" "|" "DONE(d)"))) (setq org-capture-templates '(("t" -- cgit v1.2.3