From mboxrd@z Thu Jan  1 00:00:00 1970
From: Noorul Islam <noorul@noorul.com>
Subject: Re: Bug? Capture not in customize until called by key (was Request -
 capture included in customize browser)
Date: Wed, 27 Oct 2010 19:40:54 +0530
Message-ID: <AANLkTin4kipSXdfxm+mi3iNcCGjHEoK3Ka2xi+vkm=eK@mail.gmail.com>
References: <5E610425667B433482DBD6350B3A13D8@alice>
	<87zku0ph3s.fsf@gollum.intra.norang.ca>
	<B3A21E0FDFC641BC8C4877D9CE75D500@alice>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from [140.186.70.92] (port=44069 helo=eggs.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1PB6iQ-0001X4-PP
	for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 10:10:59 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <noorul@noorul.com>) id 1PB6iN-0005io-Vs
	for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 10:10:58 -0400
Received: from mail-gw0-f41.google.com ([74.125.83.41]:45280)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <noorul@noorul.com>) id 1PB6iN-0005iZ-RL
	for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 10:10:55 -0400
Received: by gwb11 with SMTP id 11so476363gwb.0
	for <emacs-orgmode@gnu.org>; Wed, 27 Oct 2010 07:10:55 -0700 (PDT)
In-Reply-To: <B3A21E0FDFC641BC8C4877D9CE75D500@alice>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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: Gez <register@geekanddiva.com>
Cc: Bernt Hansen <bernt@norang.ca>, emacs-orgmode@gnu.org

On Wed, Oct 27, 2010 at 3:28 PM, Gez <register@geekanddiva.com> wrote:
> I wrote another post but it didn't thread properly - sorry. =A0Anyway, I'=
ve
> tested further and it seems that the customize capture appears and
> disappears.
>
> Here's how to replicate, I hope.
>
> With .emacs having no reference to capture (no key defined, no templates)=
,
> customize capture is inaccessible (not found via M-x customize-apropos no=
r
> listed in the customize browser)
>
> With .emacs having capture key defined, on each restart of emacs, customi=
ze
> capture is likewise inaccessible, until the key combination is called (in=
 my
> case, C-c c), upon which capture appears both in the customize browser an=
d
> via M-x-customize-apropos - until the next restart.
>
> So you can't use customize for capture until you've both defined a key fo=
r
> it in .emacs and also called that key combination in the current session.=
 =A0I
> hope that's all clear enough.
>
> ----- Original Message ----- From: "Bernt Hansen" <bernt@norang.ca>
>>
>> C-h v org-capture-templates
>> and click on the _customize_ link.
>
>
> Thank you, Bernt, but I can't see a _customize_ link there, either when
> capture is in customize or when it's not.
>

Did you try putting the following inside .emacs?

(require 'org-capture)

The following worked for me.

emacs -Q --eval "(add-to-list 'load-path \"/path/to/org-mode/lisp\")"
--eval "(require 'org-capture)"

M-x customize-apropos
org-capture

Thanks and Regards
Noorul