From da162ba855e62206e02587842b9248c92c767252 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 3 Nov 2020 15:31:53 +0100 Subject: Add todo keyword for talks and meetings --- gui/conf/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'gui') diff --git a/gui/conf/init.el b/gui/conf/init.el index bbbea52..bf5c309 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -180,6 +180,7 @@ (setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)") (sequence "EXAM(e)" "|" "DONE(d)") + (sequence "TALK(k)" "|" "DONE(d)") (sequence "IDEA(i)" "TODO(t)" "|" "DONE(d)"))) (setq org-capture-templates -- cgit v1.2.3