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