emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Tasks started tag


From: Suvayu Ali
Subject: Re: [O] Tasks started tag
Date: Sun, 13 Oct 2013 12:25:40 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

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)")
>               (sequence "|" "CANCELED(c)")))

This should work:

(setq org-todo-keywords
            '((sequence "TODO(t)" "Started(s)" "|" "DONE(d)")
              (sequence "|" "CANCELED(c)")))

You could also put the cancelled after done in one sequence line, I
think.  Not sure what would be the change in behaviour though.

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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