From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Daniel." Newsgroups: gmane.emacs.help Subject: File local variables not being processed Date: Thu, 23 May 2013 11:45:29 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1369320360 3956 80.91.229.3 (23 May 2013 14:46:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 May 2013 14:46:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 23 16:46:00 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UfWmF-0005FA-33 for geh-help-gnu-emacs@m.gmane.org; Thu, 23 May 2013 16:45:59 +0200 Original-Received: from localhost ([::1]:41972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfWmE-0003Pm-KE for geh-help-gnu-emacs@m.gmane.org; Thu, 23 May 2013 10:45:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfWlq-0003Od-Kk for help-gnu-emacs@gnu.org; Thu, 23 May 2013 10:45:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfWlm-0002fo-Fm for help-gnu-emacs@gnu.org; Thu, 23 May 2013 10:45:34 -0400 Original-Received: from mail-vc0-f173.google.com ([209.85.220.173]:35885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfWlm-0002fb-7F for help-gnu-emacs@gnu.org; Thu, 23 May 2013 10:45:30 -0400 Original-Received: by mail-vc0-f173.google.com with SMTP id ht10so2248966vcb.4 for ; Thu, 23 May 2013 07:45:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XgJaqk0apxB6muzGQstlGppyau4yi8JQKK+RL5FFQMk=; b=oNRfAyg3WiCCALPxMdPu/SqnON30ytxsPTvg32/3Xn8tFvdEIt3JlLMJRFJfvAroYV zjPDoNo83VYgozST/nRqUgbh8WpykpCakrteaqdAQr+jsroRla8hlMU3jtfDxoO33vaH pYJI3AE+Rhkj5P5eIEOCfRARaZbT2O/tQLzA2T/jX93zoKyozYEJx4qjcOL3hefyasTt 9tNSUexle0z0EdhPFD18lvIGcsQ98SV1L57myqoaCdvJE7pT94FW2AHvQQKqBRLtx2fk wjkKxLaPd15SLj2wTZuQa/PynAbrZ6QIke4LAJk4iU8JiO+64rSMW7mWhNGmLa1G02Fp Fnjg== X-Received: by 10.52.19.67 with SMTP id c3mr2705252vde.19.1369320329361; Thu, 23 May 2013 07:45:29 -0700 (PDT) Original-Received: by 10.52.67.69 with HTTP; Thu, 23 May 2013 07:45:29 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.220.173 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91001 Archived-At: 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*