From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helong Feng Subject: I have a problem about "Multi-state workflows " Date: Mon, 4 Feb 2013 18:12:40 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340f1d49d09204d4e3555b Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2J2Z-0008Un-TB for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 05:12:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2J2X-0001rT-LM for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 05:12:43 -0500 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:35049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2J2X-0001rK-Fx for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 05:12:41 -0500 Received: by mail-ie0-f171.google.com with SMTP id 10so5506342ied.2 for ; Mon, 04 Feb 2013 02:12:40 -0800 (PST) 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 --14dae9340f1d49d09204d4e3555b Content-Type: text/plain; charset=ISO-8859-1 I read the orgguide.pdf when I read page 11,I have a problem. I set some TODO keywords such as (setq org-todo-keywords '((sequence "TODO(t)" "|" "DONE(d)") (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)") (sequence "|" "CANCELED(c)"))) and it works,but I am confused about the following: To define TODO keywords that are valid only in a single file, use the following text anywhere in the file. #+TODO: TODO(t) | DONE(d) #+TODO: REPORT(r) BUG(b) KNOWNCAUSE(k) | FIXED(f) #+TODO: | CANCELED(c) but it does not work,can someone help me? --14dae9340f1d49d09204d4e3555b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I read the orgguide.pdf when I read page 11,I have a problem.
I set som= e TODO keywords such as=A0
(setq org-todo-keywords
'((sequence "TODO(t)" "|" "DONE(d)")
(sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)= " "|" "FIXED(f)")
(sequence "|"= ; "CANCELED(c)")))

and it works,bu= t I am confused about the following:
To define TODO keywords that are valid only in a single file, use= the following text
anywhere in the file.
#+TODO: TODO(= t) | DONE(d)
#+TODO: REPORT(r) BUG(b) KNOWNCAUSE(k) | FIXED(f)
#+TODO: | CANCELED(c)
but it does not work,can someone= help me?
--14dae9340f1d49d09204d4e3555b--