From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: storing link doesn't work from Gnus Date: Mon, 27 Nov 2006 13:09:59 +0100 Message-ID: References: <20061012162848.GA1561@isof-serv.isof.cnr.it> <86psbbch7x.fsf@machine.ici.fr> <86u00leup1.fsf@machine.ici.fr> <87slg5esyp.fsf@compaq.maison.fr> <9cbdf1ea5f6556e0c9081dea5e268002@science.uva.nl> <87k61hdrz9.fsf@compaq.maison.fr> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GofJK-0005we-Ff for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 07:10:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GofJJ-0005vl-FL for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 07:10:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GofJJ-0005vZ-5r for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 07:10:09 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GofJG-0002Vm-Ul for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 07:10:07 -0500 In-Reply-To: <87k61hdrz9.fsf@compaq.maison.fr> 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: maurice.boucher@wanadoo.fr Cc: emacs-orgmode@gnu.org On Nov 27, 2006, at 12:55, Maurice Boucher wrote: > Hello Carsten, > > I hope I can clearly explain my conclusions : > > If I put org.el in my local emacs site, all is fine. > If I compile org.el with my emacs and put org.elc in my emacs site, all > is fine too. > > If I do "make install" in folder org-4.56 (normal installation), I have > the bug. > > I think it is the script "Makefile" that is wrong ? That may be so. This probably means that Emacs is not looking for org.el and org.elc in the location where you the Makefile installs them. You should have edited the Makefile to make sure that the files are installed into the correct location. Specifically, lispdir should point to the same file where you do install the files when you do it by hand. Is that so? - Carsten