From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Miguel A. Figueroa-Villanueva" Subject: Makefile fix reverted? Date: Thu, 20 Dec 2007 13:56:37 -0400 Message-ID: <17f71bca0712200956m3280950ega4bb74404cf3390b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5PdS-00063W-6V for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:56:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5PdQ-00061f-Ru for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:56:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5PdQ-00061c-KI for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:56:40 -0500 Received: from wx-out-0506.google.com ([66.249.82.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5PdQ-0002ax-9U for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:56:40 -0500 Received: by wx-out-0506.google.com with SMTP id s7so74781wxc.24 for ; Thu, 20 Dec 2007 09:56:38 -0800 (PST) Content-Disposition: inline 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 Hello Carsten, I updated org-mode and realized that the Makefile fix that we had applied a while back was reverted. I did a search on the mailing list and found the following thread: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03374.html which might have been the reason for reverting this, but I believe that the correct thing is to do as: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03380.html That is, have both the cwd and lispdir in the list to load-path. Currently, I have the following and it is working: BATCH=$(EMACS) -batch -q -eval \ "(progn (add-to-list (quote load-path) \".\") \ (add-to-list (quote load-path) \"$(lispdir)\"))" Thanks, --Miguel