From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Re: Makefile fix reverted? Date: Fri, 21 Dec 2007 09:22:08 +0100 Message-ID: References: <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 1J5d92-0001px-IO for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 03:22:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5d91-0001nn-1q for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 03:22:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5d90-0001nc-Td for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 03:22:10 -0500 Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5d90-0008BA-L8 for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 03:22:10 -0500 Received: by wa-out-1112.google.com with SMTP id k34so359220wah.10 for ; Fri, 21 Dec 2007 00:22:08 -0800 (PST) In-Reply-To: <17f71bca0712200956m3280950ega4bb74404cf3390b@mail.gmail.com> 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: "Miguel A. Figueroa-Villanueva" Cc: emacs-orgmode@gnu.org Looks good, I will put this in. - Carsten On Dec 20, 2007 6:56 PM, Miguel A. Figueroa-Villanueva wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >