all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* File local variables not being processed
@ 2013-05-23 14:45 Daniel.
  2013-05-24 12:33 ` Fwd: " Daniel.
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel. @ 2013-05-23 14:45 UTC (permalink / raw)
  To: help-gnu-emacs

Hi, I have some .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..

Any ideias?



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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-24 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 14:45 File local variables not being processed Daniel.
2013-05-24 12:33 ` Fwd: " Daniel.
2013-05-24 15:00   ` Nick Dokos

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.