From mboxrd@z Thu Jan  1 00:00:00 1970
From: "Gez" <register@geekanddiva.com>
Subject: Re: Re: Bug? Capture not in customize until called by key
Date: Wed, 27 Oct 2010 14:35:02 +0100
Message-ID: <ACD848BD776A46A298ED590CA119A073@alice>
References: <5E610425667B433482DBD6350B3A13D8@alice><87zku0ph3s.fsf@gollum.intra.norang.ca><B3A21E0FDFC641BC8C4877D9CE75D500@alice>
	<87vd4nq06j.fsf@gollum.intra.norang.ca>
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from [140.186.70.92] (port=43494 helo=eggs.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1PB6AH-0006se-E1
	for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 09:35:59 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <register@geekanddiva.com>) id 1PB6A0-0004Zh-Mt
	for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 09:35:41 -0400
Received: from bullhorn.c1.site5.com ([174.120.98.136]:46438)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <register@geekanddiva.com>) id 1PB6A0-0004Yw-Jp
	for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 09:35:24 -0400
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: Bernt Hansen <bernt@norang.ca>
Cc: emacs-orgmode@gnu.org


----- Original Message ----- 
From: "Bernt Hansen" <bernt@norang.ca>


> "Gez" <register@geekanddiva.com> writes:
>
>
>> ... 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 nor listed in the customize browser)
>>
>> With .emacs having capture key defined, on each restart of emacs,
>> customize 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 and via M-x-customize-apropos - until the next
>> restart.
>>
>> So you can't use customize for capture until you've both defined a key
>> for it in .emacs and also called that key combination in the current
>> session.  I hope that's all clear enough.
>>
>
> Hi Gez,
>
> I think the capture definitions are autoloaded the first time you
> capture something.  If you add
>
> (require 'org-capture)
>
> in your .emacs then I think they will always be available.

Thank you, Bernt - that did it.  Much appreciated.

Just in case it's relevant, "Org Capture" appears just after "Org 
Completion" in the list in the customize browser window now, whereas before 
it was listed at the end, after "Org Protocol".  I suppose that's because of 
the order of loading.

Gez