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.
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2013-05-29 12:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.249.1369320341.22516.help-gnu-emacs@gnu.org>
2013-05-24 15:43 ` File local variables not being processed Michael Heerdegen
2013-05-29 11:59   ` Daniel.
2013-05-29 12:21   ` Daniel.
2013-05-29 12:33     ` Daniel.
2013-05-29 12:42       ` Daniel.
2013-05-23 14:45 Daniel.

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.