From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: FUD on my part re: downloading revisions? Date: Wed, 2 Jan 2008 10:10:01 +0000 Message-ID: <20080102101001.GC18716@atlantic.linksys.moosehall> References: <1199213143.3102.18.camel@CASE> <21879.1199213769@localhost> <1199225543.3102.49.camel@CASE> <28537.1199229185@localhost> <1199232112.3110.18.camel@CASE> Reply-To: Adam Spiers 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 1JA0Y6-0001nS-Ez for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 05:10:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JA0Y0-0001jh-EC for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 05:10:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA0Xz-0001iY-BC for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 05:10:04 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JA0Xy-0004sg-VR for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 05:10:03 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m02AA1rC011383 for ; Wed, 2 Jan 2008 04:10:01 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m02AA1UY011378 for emacs-orgmode@gnu.org; Wed, 2 Jan 2008 10:10:01 GMT Content-Disposition: inline In-Reply-To: <1199232112.3110.18.camel@CASE> 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 On Tue, Jan 01, 2008 at 07:01:52PM -0500, William Case wrote: > > Also, have you added a line to your .emacs along the lines of > > > > (add-to-list 'load-path "/home/bill/emacs/lisp/org/") > No. But I do have > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) as was > recommended. Org-4.67 worked with that line. > > I replaced '(add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) with > "(add-to-list 'load-path "/home/bill/emacs/lisp/org/")" and version > 5.17a now opens. You probably need both. The addition to the `auto-mode-alist' variable ensures that when you load any file ending in ".org", emacs will automatically switch to org-mode.