From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Correct / best way of loading packages in contrib when using org compiled from git? Date: Mon, 25 Feb 2013 11:00:45 +0100 Message-ID: <512B364D.90709@gmail.com> References: <51260B51.2060006@gmail.com> <877gm0wjq5.fsf@bzg.ath.cx> <51277BD1.8080707@gmail.com> <87txp4whac.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9urd-0005t0-PU for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 05:00:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9urc-000713-1Q for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 05:00:53 -0500 In-Reply-To: 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: Achim Gratz , emacs-orgmode@gnu.org, Bastien -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 22/02/13 16:42, Achim Gratz wrote: > Bastien altern.org> 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. > > This is a globbing pattern, not a regular expression, hence: "*.el", but that would also pull > in htmlize which you most likely don't want, so you might follow the lead in server.mk and make > that "org-*" or "org-*.el" if you are worried that the Org maintainer forgets that only lisp > files should go into the lisp directory. :-) Thanks Bastien and Achim - I will then use "org-*.el" Quick follow up question - what is the value for the Ubuntu package? Rainer > > > Regards, Achim. > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRKzZNAAoJENvXNx4PUvmC1EcH/AojCzTMu46oEjEClVLLfG0S dju5QTA+1hfl8UfbTcY34aOwXP0CiGSxQtGF53M0CYxjFMI44o5yXVfHoKtKLwHQ oII+6f6KT3kl2uhxJ6KUxZuvVZ5TRbse6Wse2NeacZRyHlioYYlf+nBVPBarZH+M hPJIOYYPQUN4tEOdVRpjaWGGMzrXHxUqbY3KEWlVR6tYgPhsg4Pv7dzTr6ObW9qV zrcBzHMoVTlgZXkNIcJu6wghwS2j/vLeFL3AHpxJyuM01nehY13KYsXxxl8ztDt3 YgGPsW3vbD0YdfEmhJLTPYxdskb13L5bFPMaFFObuoLdhI69PlmY3EEIXqUF0ZE= =teLG -----END PGP SIGNATURE-----