Browse Source

added done state 'cancelled'

master
Marc Pohling 4 years ago
parent
commit
01b805031d
1 changed files with 1 additions and 1 deletions
  1. 2
      init.org

2
init.org

@ -567,7 +567,7 @@ Custom keywords, depending on environment
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(when *work_remote* (when *work_remote*
(setq org-todo-keywords (setq org-todo-keywords
'((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE"))))
'((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE" "CANCELLED"))))
#+END_SRC #+END_SRC
Add some key bindings Add some key bindings

Loading…
Cancel
Save