emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Tasks started tag
@ 2013-10-13  4:30 Chris Henderson
  2013-10-13 10:25 ` Suvayu Ali
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Henderson @ 2013-10-13  4:30 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 558 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Tasks started tag
  2013-10-13  4:30 Tasks started tag Chris Henderson
@ 2013-10-13 10:25 ` Suvayu Ali
  0 siblings, 0 replies; 2+ messages in thread
From: Suvayu Ali @ 2013-10-13 10:25 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-13 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-13  4:30 Tasks started tag Chris Henderson
2013-10-13 10:25 ` Suvayu Ali

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).