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