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
`-----



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to