From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Org Build System (aka Makefile) Date: Mon, 13 Aug 2012 14:17:50 +0000 (UTC) Message-ID: References: <87y5mkrca2.fsf@Rainer.invalid> <87ipcs3smd.fsf@Rainer.invalid> <871ujf5i7g.fsf@gnu.org> <874no8dxik.fsf@Rainer.invalid> <87r4rb690j.fsf@gnu.org> <874no7qq1q.fsf@Rainer.invalid> <87mx1z1bp1.fsf@gnu.org> <878vdjylxx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0vTC-0002BB-Vn for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 10:18:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0vT8-0006Ic-NI for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 10:18:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:51336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0vT8-0006IR-Gm for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 10:18:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T0vT5-0004mx-G0 for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 16:18:07 +0200 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Aug 2012 16:18:07 +0200 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Aug 2012 16:18:07 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien gnu.org> writes: > ~$ emacs -batch -Q --eval "(byte-compile-file \"~/install/git/org-mode/lisp/ob.el\")" > > I get warnings in the second case, not in the first case. You should, because the command line you use does not set up the load-path correctly. The requires will now use the standard Emacs load-path, which provides older files with the same name. Regards, Achim.