From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Correct / best way of loading packages in contrib when using org compiled from git? Date: Fri, 22 Feb 2013 15:32:27 +0100 Message-ID: <87txp4whac.fsf@bzg.ath.cx> References: <51260B51.2060006@gmail.com> <877gm0wjq5.fsf@bzg.ath.cx> <51277BD1.8080707@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8tfv-0000oF-4g for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 09:32:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8tfs-0007a6-W3 for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 09:32:35 -0500 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:49931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8tfs-0007Zp-PG for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 09:32:32 -0500 Received: by mail-we0-f174.google.com with SMTP id r6so582761wey.19 for ; Fri, 22 Feb 2013 06:32:31 -0800 (PST) In-Reply-To: <51277BD1.8080707@gmail.com> (Rainer M. Krug's message of "Fri, 22 Feb 2013 15:08:17 +0100") 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: Rainer M Krug Cc: Rainer@krugs.de, emacs-orgmode Rainer M Krug writes: > Just for clarifications: is there any problem with adding > > ORG_ADD_CONTRIB = * > > to the local.mk file, apart from slightly longer compilation times? This should be okay, but it's not safe. If any non-emacs-lisp file gets added to contrib/lisp/ (e.g. a README file) then you will try to compile non-elisp files. *\.el is safer. -- Bastien