emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Tasks started tag


From: Chris Henderson
Subject: [O] Tasks started tag
Date: Sun, 13 Oct 2013 15:30:52 +1100

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
           '(("CANCELED" . (:foreground "blue" :weight bold))))

Thanks.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]