emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Org-mode files - no fontification


From: Renzo Been
Subject: [Orgmode] Re: Org-mode files - no fontification
Date: Wed, 22 Aug 2007 11:00:31 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Kiermeier,      Andreas (PIRSA - SARDI <Kiermeier.Andreas <at> 
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
`-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]