From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Tasks started tag Date: Sun, 13 Oct 2013 15:30:52 +1100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b60399c14987604e897d1dd Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVDKS-00055h-Aw for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 00:30:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVDKQ-0008Ft-3Y for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 00:30:56 -0400 Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:62363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVDKP-0008Cs-S0 for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 00:30:54 -0400 Received: by mail-ee0-f48.google.com with SMTP id l10so2683863eei.35 for ; Sat, 12 Oct 2013 21:30:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7b60399c14987604e897d1dd Content-Type: text/plain; charset=UTF-8 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. --047d7b60399c14987604e897d1dd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I have the following line in my .emacs for tasks whic= h I invoke=20 with C-c C-t. How can I add another tag called 'Started' for tasks = I=20 already started:

(setq org-todo-keywords
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '((sequence "TODO(t)&qu= ot; "|" "DONE(d)")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (sequence "|" "CANCELED(c)")))

(setq org-tod= o-keyword-faces
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 '(("CANCELED" . (:foreground "blue" :weight = bold))))

Thanks.
--047d7b60399c14987604e897d1dd--