From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Accepted] Re: org-capture + autoload Date: Fri, 20 Aug 2010 10:02:10 +0200 (CEST) Message-ID: <20100820080210.ABED41B138F3@carsten-dominiks-macbook-pro.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52355 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmMYJ-0007jm-Em for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 04:02:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmMYH-0005qU-Kg for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 04:02:15 -0400 Received: from u016822.science.uva.nl ([146.50.39.34]:59038 helo=carsten-dominiks-macbook-pro.local) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmMYH-0005pz-D6 for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 04:02:13 -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: emacs-orgmode@gnu.org Patch 227 (http://patchwork.newartisans.com/patch/227/) is now "Accepted". Maintainer comment: Thanks This relates to the following submission: http://mid.gmane.org/%3Cm2fwybvw7p.fsf%40erlang-solutions.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Re: org-capture + autoload > Date: Thu, 19 Aug 2010 13:32:42 -0000 > From: Magnus Henoch > X-Patchwork-Id: 227 > Message-Id: > To: emacs-orgmode@gnu.org > > Jambunathan K writes: > > > 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. > > Here is a patch that adds an "autoload cookie" for > org-capture-templates. After recompiling, org-install.el should contain > an autoload declaration for org-capture-templates. > > Let's see if the patch tracker likes me :) > > Magnus > > > diff --git a/lisp/org-capture.el b/lisp/org-capture.el > index c0e41f3..e544964 100644 > --- a/lisp/org-capture.el > +++ b/lisp/org-capture.el > @@ -76,6 +76,7 @@ > :tag "Org Capture" > :group 'org) > > +;;;###autoload > (defcustom org-capture-templates nil > "Templates for the creation of new entries. > >