From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-capture + autoload Date: Wed, 18 Aug 2010 22:52:29 +0530 Message-ID: <81d3tfg7je.fsf@gmail.com> References: <817hjo5g42.fsf@gmail.com> <8762z7di84.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38521 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlmLk-0006t4-Hz for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 13:22:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlmLg-0004a5-Jh for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 13:22:49 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:60699) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlmLg-0004Zz-EW for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 13:22:48 -0400 Received: by pwi3 with SMTP id 3so648202pwi.0 for ; Wed, 18 Aug 2010 10:22:47 -0700 (PDT) In-Reply-To: <8762z7di84.fsf@norang.ca> (Bernt Hansen's message of "Wed, 18 Aug 2010 11:59:55 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org >> It would be convenient if I could do a >> >> M-x customize-group org-capture and/or M-x customize-variable >> org-capture-templates >> >> without having triggered a prior org-capture. >> >> For now, I trigger a capture, abort it and then proceed ahead >> with customizing these. > Add > (require 'org-capture) > to your .emacs I was wondering whether the symbol could be 'autoloaded' just as the org-capture defun is autoloaded. Jambunathan K.