From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Re: org-mode not loading properly on startup Date: Fri, 30 Jan 2009 10:27:55 -0800 Message-ID: <498346AB.2020603@advantest-ard.com> References: <940FBB9D-F008-4D65-A688-F6651B9DC7A3@uva.nl> Reply-To: m.elston@advantest-ard.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSy63-0003qF-3C for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 13:28:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSy61-0003pF-MA for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 13:28:06 -0500 Received: from [199.232.76.173] (port=43322 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSy61-0003pC-HB for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 13:28:05 -0500 Received: from [192.84.20.196] (port=3215 helo=mailhub.ardeng.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSy60-0004la-VM for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 13:28:05 -0500 In-Reply-To: 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 Cc: Paul Mead 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 * Paul Mead wrote (on 1/30/2009 3:49 AM): > Carsten Dominik writes: > >> Do you have set up to make .org files automatically enter org-mode? >> >> What happens if you use C-x C-f to open the file? >> >> - Carsten >> > > I have the following: > > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > > If I use C-x C-f the behaviour is the same for the first .org file which > I open. Any subsequent files that I open behave normally, whether or not > I manually start org-mode. > > I have also tried opening files in different order - work.org and > home.org. Which ever one I open first after starting emacs fails to show > the faces, hide stars, etc. There doesn't appear to be anything wrong > with the files themselves therefore. > > Other org-mode functions such as TAB to hide/show contents work fine. > > Paul > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > >