From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: [BUG] No syntax highlighting with setup file Date: Wed, 29 Oct 2014 18:08:50 -0400 Message-ID: <87egtqttot.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjbQK-00050U-Nj for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 18:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjbQE-0008Bn-14 for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 18:09:00 -0400 Received: from mail-qa0-f51.google.com ([209.85.216.51]:52007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjbQD-0008BZ-T3 for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 18:08:53 -0400 Received: by mail-qa0-f51.google.com with SMTP id f12so2802477qad.24 for ; Wed, 29 Oct 2014 15:08:52 -0700 (PDT) Received: from localhost (nat-130-132-173-5.central.yale.edu. [130.132.173.5]) by mx.google.com with ESMTPSA id w6sm5231872qas.26.2014.10.29.15.08.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 15:08:51 -0700 (PDT) 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: Org-mode Hello, Starting with commit 61a241f ('Rewrite setup keywords initialization'), I find that syntax is not highlighted in buffers that include '#+setupfile:'. For testing, I'm starting Emacs (24.4) with 'emacs -Q' and with no additional setup besides loading Org. I have a file, setup.org, that contains ,---- | #+TODO: TODO | DONE `---- Then, I have a second file that includes setup.org. ,---- | #+setupfile: setup.org | | * heading 1 `---- When I open this file, there is no syntax highlighting. This works seems to work fine in the previous commit (0b74864). Can others reproduce this? -- Kyle