From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renzo Been Subject: Re: Org-mode files - no fontification Date: Wed, 22 Aug 2007 11:00:31 +0000 (UTC) Message-ID: References: <2CD079F5961A2E4199FD0A177852A51405F02C68@sagemsg0024.sagemsmrd01.sa.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INnx7-0007Q9-CR for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 07:00:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INnx4-0007PV-5K for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 07:00:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INnx4-0007PS-1A for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 07:00:42 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INnx3-00040i-EY for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 07:00:41 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1INnx1-00078p-GL for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 13:00:39 +0200 Received: from 57.66.53.197 ([57.66.53.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 13:00:39 +0200 Received: from swangdoodles by 57.66.53.197 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 13:00:39 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Kiermeier, Andreas (PIRSA - SARDI saugov.sa.gov.au> writes: ,----- | Hi, | | I don't know if this helps, but I think the | following line in your setup: | (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) | should be changed into: | (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) | | It could also be that this line: | (global-font-lock-mode t) | | in your setup is causing the trouble... I use | it like this: | (add-hook 'org-mode-hook 'turn-on-font-lock) | | Please try-out both the suggestions to find out | what helps. | | Ciao, Renzo `-----