help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: org-mode not recognized as major mode


From: Teemu Likonen
Subject: Re: org-mode not recognized as major mode
Date: Thu, 01 Jan 2009 14:16:30 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Henri Fischer (2009-01-01 05:34 -0800) wrote:

> First of all my best wishes for 2009!!!!

Same to you!

> My Emacs doesn't identify files ending with "*.org" as org-mode files.
> I don't want to use a mode identifier at the beginning of my org
> files. Does this mean I have to edit my ldefs-boot.el and loaddefs.el?

You can add a matching filename regexp to auto-mode-alist:

    (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))


reply via email to

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