From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steven E. Harris" Subject: Re: ?Glitch in Makefile: Release org-mode 5.10b Date: Thu, 27 Sep 2007 11:28:59 -0700 Message-ID: <7yodfoq7vs.fsf@panix.com> References: 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 1IayCn-0002i3-OO for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 14:35:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IayCk-0002gp-NP for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 14:35:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IayCk-0002gj-HN for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 14:35:18 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1IayCk-0006EL-46 for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 14:35:18 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IayCU-0000N0-NR for emacs-orgmode@gnu.org; Thu, 27 Sep 2007 18:35:02 +0000 Received: from agns2.nosc.mil ([128.49.24.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2007 18:35:02 +0000 Received: from seh by agns2.nosc.mil with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2007 18:35:02 +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 Eric J Haywiser writes: > This could be confusing to a newbie, who is the most likely person to > encounter this problem. I just ran into this problem while installing org-mode last night, and came up with a similar fix. Also, for XEmacs users, the eval form needs to add both the base directory and the "xemacs" directory in order to pick up noutline.el. I wound up using something like BATCH=$(EMACS) -batch -q -eval \ "(progn (add-to-list (quote load-path) \"$(pwd)\") \ (add-to-list (quote load-path) \"$(pwd)/xemacs\"))" as a quick cut-and-paste fix. -- Steven E. Harris