emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Fwd: File local variables not being processed


From: Daniel.
Subject: [O] Fwd: File local variables not being processed
Date: Fri, 24 May 2013 09:33:32 -0300



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: TOSTART PLANING DOING CHECKING WAITING DOCUMENTING RELEASE


* TOSTART DO SOMETHING

And here is the snippet of my .emacs

;; TODO file:
(defvar todo-file "~/todo.org"
  "My todo list!")
(setq enable-local-variables :all)
(setq enable-local-eval t)
(find-file todo-file)


Still I don't get the org-mode colors specified on local variables.. If I put the same sexp on my .emacs it works.. 

Any ideias?



--
"Do or do not. There is no try"
  Yoda Master



--
"Do or do not. There is no try"
  Yoda Master

reply via email to

[Prev in Thread] Current Thread [Next in Thread]