From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jose A. Ortega Ruiz" Subject: Re: Problem with agenda file list Date: Sun, 27 Apr 2008 19:08:19 +0200 Message-ID: References: <87fxt9ux7n.fsf@cantor.griswold.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqBIh-0006Vu-Tg for emacs-orgmode@gnu.org; Sun, 27 Apr 2008 14:08:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqBIg-0006VJ-F7 for emacs-orgmode@gnu.org; Sun, 27 Apr 2008 14:08:35 -0400 Received: from [199.232.76.173] (port=54197 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqBIg-0006VG-B2 for emacs-orgmode@gnu.org; Sun, 27 Apr 2008 14:08:34 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JqBIg-0007Zf-3L for emacs-orgmode@gnu.org; Sun, 27 Apr 2008 14:08:34 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JqBIV-0001Sd-GM for emacs-orgmode@gnu.org; Sun, 27 Apr 2008 18:08:23 +0000 Received: from 84-75-99-141.dclient.hispeed.ch ([84.75.99.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Apr 2008 18:08:23 +0000 Received: from jao by 84-75-99-141.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Apr 2008 18:08:23 +0000 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 Carsten Dominik writes: > On Apr 27, 2008, at 5:17 PM, Eddward DeVilla wrote: > [...] >> Anyhow, I'm pretty sure I only add files with the org-mode menu and I >> think the key sequence C-]. (The machine I'm on doesn't have org-mode >> at the moment.) I don't modify the list much though. I can try to >> stress it if you like. > > > Please do, I think this would be useful. I will switch to this setup > myself. > I will too. But i think this solution is suboptimal: i already have a .el file to store my org-specific configuration, and this obligues me to split my configuration into two files, the only reason being that i don't want org to overwrite my customisation variables. I'm not privy with the implementation details, but i guess the overwrite is unavoidable when not using the additional file? I'm a bit surprised by this fact: i use dozens of emacs packages, and org is the first one wanting to modify my custom.el; even in cases where customising a variable must trigger some additional side-effect, there's some function one can call in the init file to both set the variable and trigger the additional side-effects. That said, if this is the only workable solution, so be it :) jao -- A student came to the master and asked, for the master was one of them who knew such things: "Does Emacs have the Buddha nature?" The master contemplated this for some time, and answered: "I don't see why not, it has about everything else."