[O] per file org-todo-keywords?

2014-07-29 Thread Xebar Saram
Hi all

i would like to know if its possible to have per file org-todo-keywords? i
know you can have custom TODO states in the top of the file/buffer but then
you loose the fast access to TODO states tight?

currently i have something like this:

(setq org-todo-keywords (quote ((sequence TODO(t) NEXT(n) |
DONE(d)) (sequence WAITING(w@/!) HOLD(h@/!) | CANCELLED(c@/!)


but i woud like different  TODO keywords for specific file that i can use
fast access for

any ideas?

thx!

z


Re: [O] per file org-todo-keywords?

2014-07-29 Thread Daimrod
Xebar Saram zelt...@gmail.com writes:

 Hi all

Hi,

 i would like to know if its possible to have per file org-todo-keywords? i 
 know you can have custom TODO states in the top of the file/buffer but
 then you loose the fast access to TODO states tight?

No, it still works.

 currently i have something like this:

 (setq org-todo-keywords (quote ((sequence TODO(t) NEXT(n) | DONE(d)) 
 (sequence WAITING(w@/!) HOLD(h@/!) | CANCELLED(c@/!)  

 but i woud like different  TODO keywords for specific file that i can use 
 fast access for

 any ideas?

It's all in the documentation. see (info (org) Tracking TODO state changes)

You can use the exact same syntax for setting logging preferences
 local to a buffer:
  #+TODO: TODO(t) WAIT(w@/!) | DONE(d!) CANCELED(c@)

-- 
Daimrod/Greg