From added4eff64d050fa657af02c39b9259c9e75116 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 23 Jun 2021 10:18:06 -0400 Subject: [PATCH] Add custom TODO sequence --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index e45f1a5..593b75d 100644 --- a/README.org +++ b/README.org @@ -2018,6 +2018,9 @@ Org-mode[fn:53] is a document editing and organizing mode, designed for notes, p (setq org-export-html-validation-link nil org-html-validation-link nil) +;; Configure the keywords in the TODO -> DONE sequence. +(setq org-todo-keywords '((sequence "TODO" "START" "WAIT" "DONE"))) + ;; TODO: Configure default structure templates. ;; (require 'org-tempo)