From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: org-mode not loading properly on startup Date: Fri, 30 Jan 2009 19:03:39 +0000 Message-ID: References: <940FBB9D-F008-4D65-A688-F6651B9DC7A3@uva.nl> <498346AB.2020603@advantest-ard.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSyfL-0003Gc-9u for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 14:04:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSyfK-0003GQ-NM for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 14:04:35 -0500 Received: from [199.232.76.173] (port=37112 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSyfK-0003GN-Fi for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 14:04:34 -0500 Received: from main.gmane.org ([80.91.229.2]:35525 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 1LSyfJ-0003UK-TB for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 14:04:34 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSyed-0001ip-9M for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 19:03:51 +0000 Received: from cpc2-rdng14-0-0-cust207.winn.cable.ntl.com ([82.0.204.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Jan 2009 19:03:51 +0000 Received: from paul.d.mead by cpc2-rdng14-0-0-cust207.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Jan 2009 19:03:51 +0000 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 Mark Elston writes: > Paul, > > Try changing the org-mode line below to: > > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > > See if that makes a difference. I don't understand the use of \\' > in your line below. > > Mark Hi Mark, just tried that and it made no difference. Paul