From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anupam Sengupta Subject: Re: Bug: org-install must precede customization [7.02trans] Date: Sat, 13 Nov 2010 11:25:25 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33963 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PH95U-0001dZ-Ch for emacs-orgmode@gnu.org; Sat, 13 Nov 2010 00:55:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PH95N-0000q9-PM for emacs-orgmode@gnu.org; Sat, 13 Nov 2010 00:55:44 -0500 Received: from mail-pv0-f169.google.com ([74.125.83.169]:54693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PH95N-0000pl-Ix for emacs-orgmode@gnu.org; Sat, 13 Nov 2010 00:55:37 -0500 Received: by pvc30 with SMTP id 30so965972pvc.0 for ; Fri, 12 Nov 2010 21:55:36 -0800 (PST) In-Reply-To: (David Abrahams's message of "Fri, 12 Nov 2010 22:28:15 -0500") 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: David Abrahams Cc: John Wiegley , emacs-orgmode@gnu.org, Carsten Dominik >>>>> David Abrahams writes: > Is it merely the autoload of org-capture-templates, or is this a > general rule for everything in org-install? I think I'm perfectly > happy to work with the dependency in place as long as it's > documented. For most people it wouldn't be an issue since > custom-* puts its custom-set-variables call at the end of the > file. I think you need to be using something like initsplit to > see the problem. The problem also comes up when a separate file is used for storing the `custom-set-variables', i.e., something like: (setq custom-file "~/emacs-custom.el") (load custom-file) Because of the autoload, these statements now need to be at the very end of the init.el file. Not a big problem, but still something that needs to be known (and was not required prior to 7.02). -- Anupam Sengupta