Browse Source

Fixed TODO Issue

Samuel W. Flint 7 years ago
parent
commit
b46b18a402
1 changed files with 4 additions and 0 deletions
  1. 4 0
      publish.el

+ 4 - 0
publish.el

@@ -12,6 +12,10 @@
 (setq user-full-name "Samuel W. Flint")
 (setq user-mail-address "swflint@flintfam.org")
 
+(setq org-todo-keywords '((sequence "TODO(t)" "WORKING(w)" "|" "DONE(d)")
+                          (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
+                          (sequence "|" "CANCELLED(c)")))
+
 (setq org-export-with-smart-quotes t
       org-export-with-toc t
       org-export-with-todo-keywords t)