From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: HOWTO?: make install contrib Date: Thu, 9 Sep 2010 08:57:34 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0809110554==" Return-path: Received: from [140.186.70.92] (port=40105 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OthdG-0007dg-1f for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 09:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OthdD-0002jT-UH for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 09:57:41 -0400 Received: from mail01.stowers.org ([12.201.176.8]:61259 helo=stowers.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OthdD-0002jG-It for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 09:57:39 -0400 Content-Language: en-US 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'" --===============0809110554== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_BD62CBAC4395B94096109020651BE2EC13147530D8EXCHMB02stowe_" --_000_BD62CBAC4395B94096109020651BE2EC13147530D8EXCHMB02stowe_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Is there a "blessed" mantra for installing the contents of contrib something perhapls like sudo make install-contrib prefix=3D/my/prefix Thanks! Malcolm Cook Stowers Institute for Medical Research - Bioinformatics Kansas City, Missouri USA --_000_BD62CBAC4395B94096109020651BE2EC13147530D8EXCHMB02stowe_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Is there a "blessed" mantra for installing the contents of c= ontrib
 
something perhapls like
 
sudo make install-contrib prefix=3D/my/prefix
 
Thanks!
 
Malcolm Cook
Stowers Institute for Medical Researc= h - Bioinformatics
Kansas City, Missouri  USA
 
 
 
--_000_BD62CBAC4395B94096109020651BE2EC13147530D8EXCHMB02stowe_-- --===============0809110554== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0809110554==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: HOWTO?: make install contrib Date: Thu, 9 Sep 2010 09:17:27 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0312775494==" Return-path: Received: from [140.186.70.92] (port=43473 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OthwW-0007pa-7L for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:17:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OthwP-0006hV-1T for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:17:36 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:63913) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OthwO-0006hE-T7 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:17:29 -0400 Received: by bwz6 with SMTP id 6so1438895bwz.0 for ; Thu, 09 Sep 2010 07:17:27 -0700 (PDT) In-Reply-To: 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: "Cook, Malcolm" Cc: "emacs-orgmode@gnu.org" --===============0312775494== Content-Type: multipart/alternative; boundary=0016e6d58dac3066f7048fd44acf --0016e6d58dac3066f7048fd44acf Content-Type: text/plain; charset=ISO-8859-1 I don't install it (contrib) but just have this in .emacs: ------- ;; set load dirs and global config options (add-to-list 'load-path "~/.elisp/site-lisp/") (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/") ------- That way any miscellaneous .el files I want get put in ~/.elisp/site-lisp and contrib is linked to directly by my .emacs. Would this work for you or is there a certain advantage to "installing" to the actual tree (e.g. /usr/share/emacs...)? Hope that helps? John On Thu, Sep 9, 2010 at 8:57 AM, Cook, Malcolm wrote: > Is there a "blessed" mantra for installing the contents of contrib > > something perhapls like > > sudo make install-contrib prefix=/my/prefix > > Thanks! > > Malcolm Cook > Stowers Institute for Medical Research - Bioinformatics > Kansas City, Missouri USA > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > --0016e6d58dac3066f7048fd44acf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I don't install it (contrib) but just have this in .emacs:

-------
;; set load dirs and global config options
(add-to-list 'load-path "~/.elisp/site-lisp/")
(add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/"= )
-------

That way any miscellaneous .el= files I want get put in ~/.elisp/site-lisp and contrib is linked to direct= ly by my .emacs. Would this work for you or is there a certain advantage to= "installing" to the actual tree (e.g. /usr/share/emacs...)?

Hope that helps?


John


On Thu, Sep 9, 20= 10 at 8:57 AM, Cook, Malcolm <MEC@stowers.org> wrote:
Is there a "blessed" mantra for installing the contents of c= ontrib
=A0
something perhapls like
=A0
sudo make install-contrib prefix=3D/my/prefix
=A0
Thanks!
=A0
Malcolm Cook
Stowers Institute for Medical Researc= h - Bioinformatics
Kansas City, Missouri=A0 USA
=A0
=A0
=A0

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--0016e6d58dac3066f7048fd44acf-- --===============0312775494== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0312775494==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: RE: HOWTO?: make install contrib Date: Thu, 9 Sep 2010 09:27:55 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0518237813==" Return-path: Received: from [140.186.70.92] (port=46532 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oti6d-00044y-74 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oti6b-0000Dz-Cr for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:28:03 -0400 Received: from mail01.stowers.org ([12.201.176.8]:63883 helo=stowers.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oti6b-0000Do-4O for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:28:01 -0400 In-Reply-To: Content-Language: en-US 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: 'John Hendy' Cc: "'emacs-orgmode@gnu.org'" --===============0518237813== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_BD62CBAC4395B94096109020651BE2EC13147530E2EXCHMB02stowe_" --_000_BD62CBAC4395B94096109020651BE2EC13147530E2EXCHMB02stowe_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi John. I've been doing the same for myself for a while. But now, I'm trying to install site wide. The advantage of installing to /net/share/emacs.... is to other users at my= site. I am pretty sure that htmlize.el contrib is required to export formatted co= de as html, so, it kind of is a necessity. Ideas? Other guidance? Malcolm Cook Stowers Institute for Medical Research - Bioinformatics Kansas City, Missouri USA ________________________________ From: John Hendy [mailto:jw.hendy@gmail.com] Sent: Thursday, September 09, 2010 9:17 AM To: Cook, Malcolm Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] HOWTO?: make install contrib I don't install it (contrib) but just have this in .emacs: ------- ;; set load dirs and global config options (add-to-list 'load-path "~/.elisp/site-lisp/") (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/") ------- That way any miscellaneous .el files I want get put in ~/.elisp/site-lisp a= nd contrib is linked to directly by my .emacs. Would this work for you or i= s there a certain advantage to "installing" to the actual tree (e.g. /usr/s= hare/emacs...)? Hope that helps? John On Thu, Sep 9, 2010 at 8:57 AM, Cook, Malcolm > wrote: Is there a "blessed" mantra for installing the contents of contrib something perhapls like sudo make install-contrib prefix=3D/my/prefix Thanks! Malcolm Cook Stowers Institute for Medical Research - Bioinformatics Kansas City, Missouri USA _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --_000_BD62CBAC4395B94096109020651BE2EC13147530E2EXCHMB02stowe_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hi=20 John.
 
I've=20 been doing the same for myself for a while.
 
But=20 now, I'm trying to install site wide.
 
The=20 advantage of installing to /net/share/emacs.... is to other users at my=20 site.
 
I am=20 pretty sure that htmlize.el contrib is required to export formatted code as= =20 html, so, it kind of is a necessity.
 
Ideas?  Other guidance?
 
 

Malcolm Cook
Stowers Institute for Medical Rese= arch=20 -  Bioinformatics

Kansas City, Missouri =20 USA
 

 


From: John Hendy [mailto:jw.hendy@gma= il.com]=20
Sent: Thursday, September 09, 2010 9:17 AM
To: Cook,= =20 Malcolm
Cc: emacs-orgmode@gnu.org
Subject: Re: [Orgmo= de]=20 HOWTO?: make install contrib

I don't install it (contrib) but just have this in .emacs:

-------
;; set load dirs and global config options
(add-to-list 'load-path "~/.elisp/site-lisp/")
(add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/")
-------

That way any miscellaneous .el files I want get put in ~/.elisp/site= -lisp=20 and contrib is linked to directly by my .emacs. Would this work for you o= r is=20 there a certain advantage to "installing" to the actual tree (e.g.=20 /usr/share/emacs...)?

Hope that helps?


John


On Thu, Sep 9, 2010 at 8:57 AM, Cook, Malcolm <MEC@stowers.org><= /SPAN>=20 wrote:
Is there a "blessed" mantra for installing the contents of contrib= =20
 
something perhapls like
 
sudo make install-contrib prefix=3D/my/prefix
 
Thanks!
 
Malcolm Cook
Stowers Institute for Medical Res= earch -=20 Bioinformatics
Kansas City, Missouri  USA
 
 
 

_____________________________________= __________
Emacs-orgmode=20 mailing list
Please use `Reply All' to send replies to the list.
= Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode=


--_000_BD62CBAC4395B94096109020651BE2EC13147530E2EXCHMB02stowe_-- --===============0518237813== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0518237813==--