On Sun, Oct 13, 2013 at 03:30:52PM +1100, Chris Henderson wrote:
> I have the following line in my .emacs for tasks which I invoke with C-c
> C-t. How can I add another tag called 'Started' for tasks I already started:
>
> (setq org-todo-keywords
> '((sequence "TODO(t)" "|" "DONE(d)")
I have the following line in my .emacs for tasks which I invoke with C-c
C-t. How can I add another tag called 'Started' for tasks I already started:
(setq org-todo-keywords
'((sequence "TODO(t)" "|" "DONE(d)")
(sequence "|" "CANCELED(c)")))
(setq org-todo-keyword-faces