From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Bug: font locking breaks by saying "#+SETUPFILE" in the middle of a line [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)] Date: Wed, 12 Jun 2013 19:07:22 +0200 Message-ID: <87zjuv2r79.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmoVg-0002Ha-6O for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 13:07:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmoVd-0000VG-Sh for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 13:06:59 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:57509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmoVd-0000Ri-MJ for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 13:06:57 -0400 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 Hi all, Consider the following testing.el #+BEGIN_SRC emacs-lisp (setq inhibit-splash-screen t) (add-to-list 'load-path "~/sources/org-mode/lisp/") (let ((org-agenda-files '("testing.org"))) (org-agenda-list)) #+END_SRC and the following testing.org #+begin_src org ,* Heading On peut aussi utiliser #+SETUPFILE. #+end_src Launching those with emacs -l testing.el testing.org shows[1] that the buffer testing.org doesn't have its headline in blue like it should. If I then launch Gnus for instance, it also has problems of missing colors. I've had such a line in one of my org file for one year now, and it used to work fine, but I have to catch my train right now so can't debug further atm. Maybe this rings a bell already ? -- Nico. [1] This loads the .el file, which in particular loads testing.org, and then shows that buffer