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 11:49:08 +0000 Message-ID: References: <940FBB9D-F008-4D65-A688-F6651B9DC7A3@uva.nl> 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 1LSrsH-0008EU-Vq for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 06:49:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSrsG-0008D1-8u for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 06:49:29 -0500 Received: from [199.232.76.173] (port=59849 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSrsG-0008Cm-10 for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 06:49:28 -0500 Received: from main.gmane.org ([80.91.229.2]:53435 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 1LSrsF-0004lQ-6r for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 06:49:27 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSrs9-0007Xd-BD for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 11:49:21 +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 11:49:21 +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 11:49:21 +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 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