From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel." Subject: Fwd: File local variables not being processed Date: Fri, 24 May 2013 09:33:32 -0300 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b343210c092cc04dd760114 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfrBh-0001vl-TG for emacs-orgmode@gnu.org; Fri, 24 May 2013 08:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfrBc-0002ji-PN for emacs-orgmode@gnu.org; Fri, 24 May 2013 08:33:37 -0400 Received: from mail-vb0-x236.google.com ([2607:f8b0:400c:c02::236]:35235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfrBc-0002jQ-Ly for emacs-orgmode@gnu.org; Fri, 24 May 2013 08:33:32 -0400 Received: by mail-vb0-f54.google.com with SMTP id f13so3046268vbg.27 for ; Fri, 24 May 2013 05:33:32 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7b343210c092cc04dd760114 Content-Type: text/plain; charset=ISO-8859-1 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* --047d7b343210c092cc04dd760114 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


Hi, I = have a todo.org file with some local variab= les, here is the file content

# Local Variables:
# eval: (setq org-todo-keyword-faces=A0
# =A0'(("TOSTART= " . "red")
# =A0 =A0("PLANING" . "yellow")
# =A0 = =A0("DOING" . "yellow")
# =A0 =A0("CHECK= ING" . "yellow")
# =A0 =A0("WAITING" . &= quot;green")
# =A0 =A0("DOCUMENTING" . "yellow")))
# = End:

#+TODO: TOSTART PLANING DOING CHECKING WAITIN= G DOCUMENTING RELEASE


* TOSTART DO = SOMETHING

And here is the snippet of my .emacs

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


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

Any ideias?



--
"Do or do not. There is no try"<= br> =A0 Yoda Master



--
"Do or do not. There is no try"
=A0 Yoda Master
--047d7b343210c092cc04dd760114--