all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: help-gnu-emacs@gnu.org
Subject: Re: org-mode not recognized as major mode
Date: Thu, 01 Jan 2009 14:16:30 GMT	[thread overview]
Message-ID: <87hc4j5cxt.fsf@iki.fi> (raw)
In-Reply-To: ea31af0a-4d04-437a-a050-2be4973685ba@a26g2000prf.googlegroups.com

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	other threads:[~2009-01-01 14:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-01 13:34 org-mode not recognized as major mode Henri Fischer
2009-01-01 14:16 ` Teemu Likonen [this message]
2009-01-01 22:18   ` Samuel Wales
2009-01-01 22:23     ` Samuel Wales
2009-01-02 10:19     ` Regexps Teemu Likonen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hc4j5cxt.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.