Re: [O] Tasks started tag

2013-10-13 Thread Suvayu Ali
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)")

[O] Tasks started tag

2013-10-12 Thread Chris Henderson
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