From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gez" Subject: Bug? Capture not in customize until called by key (was Request - capture included in customize browser) Date: Wed, 27 Oct 2010 10:58:20 +0100 Message-ID: References: <5E610425667B433482DBD6350B3A13D8@alice> <87zku0ph3s.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: Received: from [140.186.70.92] (port=35770 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB3RS-0002WC-Te for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 06:41:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB2vL-0003XH-8d for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 06:08:08 -0400 Received: from bullhorn.c1.site5.com ([174.120.98.136]:34145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PB2vL-0003X0-4F for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 06:08:03 -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 I wrote another post but it didn't thread properly - sorry. Anyway, 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 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. ----- Original Message ----- From: "Bernt Hansen" > > 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. Gez (Windows XP, GNU Emacs 23.2.1, Org-mode version 7.01trans)