From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: Re: R: WISH: separate org-mode customization file Date: Wed, 2 Jul 2008 16:50:37 -0500 Message-ID: References: <1214914777.6519.132.camel@localhost.localdomain> <442673.75750.qm@web28308.mail.ukl.yahoo.com> <873amthd01.fsf@gollum.intra.norang.ca> <1214936469.6519.224.camel@localhost.localdomain> 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 1KEADp-0003HT-SE for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:50:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KEADn-0003GB-Dq for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:50:40 -0400 Received: from [199.232.76.173] (port=49891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KEADn-0003G4-Bn for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:50:39 -0400 Received: from wf-out-1314.google.com ([209.85.200.173]:16222) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KEADm-0000hx-QS for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 17:50:39 -0400 Received: by wf-out-1314.google.com with SMTP id 28so514777wfc.24 for ; Wed, 02 Jul 2008 14:50:37 -0700 (PDT) In-Reply-To: <1214936469.6519.224.camel@localhost.localdomain> 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: harri.kiiskinen@utu.fi Cc: Org-mode list On Tue, Jul 1, 2008 at 1:21 PM, Harri Kiiskinen wrote: > Thank you all for the answers, but it seems that I was not quite clear > enough. I'm quite able to set the 'custom-file' to whatever I want, and > I can (load "myconfig.el") - which is what I currently do. Lets restate > the problem: > > 1. I cannot and do not want to share _all_ customizations, since many of > them are system specific - absolute paths, modes which function on Linux > but not on XP (e.g. whizzy-tex), face settings etc. > 2. I want to share org-mode customization, which is system independent, > in my case. This I can do with (load "myconfig.el"), but the file has to > be edited by hand, as the Emacs Customize for org-mode saves everything > where 'custom-file' points to. > 3. If I set 'custom-file' to "myconfig.el", then I contradict no. 1. > Sorry for not responding sooner. I've had init split (http://www.emacswiki.org/cgi-bin/wiki/InitSplit) suggested to me for the same problem. The thread might be in the archive. I haven't had a chance to set this up yet, so I can say if it is really usable. Edd