* I have a problem about "Multi-state workflows "
@ 2013-02-04 10:12 Helong Feng
2013-02-04 15:21 ` Thomas S. Dye
0 siblings, 1 reply; 2+ messages in thread
From: Helong Feng @ 2013-02-04 10:12 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 550 bytes --]
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?
[-- Attachment #2: Type: text/html, Size: 818 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: I have a problem about "Multi-state workflows "
2013-02-04 10:12 I have a problem about "Multi-state workflows " Helong Feng
@ 2013-02-04 15:21 ` Thomas S. Dye
0 siblings, 0 replies; 2+ messages in thread
From: Thomas S. Dye @ 2013-02-04 15:21 UTC (permalink / raw)
To: Helong Feng; +Cc: emacs-orgmode
Helong Feng <fenghelongnjit@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-04 15:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 10:12 I have a problem about "Multi-state workflows " Helong Feng
2013-02-04 15:21 ` Thomas S. Dye
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).