From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: org-mode not loading properly on startup Date: Fri, 30 Jan 2009 09:40:56 +0000 Message-ID: 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 1LSps8-000496-8o for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 04:41:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSps6-00047R-4K for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 04:41:11 -0500 Received: from [199.232.76.173] (port=50235 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSps5-00047H-SO for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 04:41:09 -0500 Received: from main.gmane.org ([80.91.229.2]:54182 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 1LSps5-0003ky-BO for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 04:41:09 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSps1-0002e6-OW for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 09:41:05 +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 09:41:05 +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 09:41:05 +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 Just a niggling issue here, I have a function set up to load my main org file work.org. (defun gtd() (interactive) (find-file "~/.gtd/work.org") ) Straightforward enough, but since I downloaded v6.20 I then have to manually switch using M-x org-mode. Otherwise the faces are all wrong, hidden stars don't work, etc. Interestingly the mode line shows 'org' before and after. Once I manually switch it on, everything is fine. Paul