Re: [O] I have a problem about "Multi-state workflows "

2013-02-04 Thread Thomas S. Dye
Helong Feng  writes:

> 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?

If you've just typed this in, then you need to C-c C-c to refresh your
setup.  If you open a file with these lines, then Org should find them
and set the keywords appropriately. 

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



[O] I have a problem about "Multi-state workflows "

2013-02-04 Thread Helong Feng
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?