[O] Fwd: File local variables not being processed

2013-05-24 Thread Daniel.
Hi, I have a todo.org file with some local variables, here is the file content # Local Variables: # eval: (setq org-todo-keyword-faces # '((TOSTART . red) #(PLANING . yellow) #(DOING . yellow) #(CHECKING . yellow) #(WAITING . green) #(DOCUMENTING . yellow))) # End: #+TODO:

Re: [O] Fwd: File local variables not being processed

2013-05-24 Thread Nick Dokos
Daniel. danielhi...@gmail.com writes: Hi, I have a todo.org file with some local variables, here is the file content # Local Variables: # eval: (setq org-todo-keyword-faces  #  '((TOSTART . red) #    (PLANING . yellow) #    (DOING . yellow) #    (CHECKING . yellow) #    (WAITING . green)