From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gez" Subject: Nulled request - now a query- capture included in customize browser Date: Tue, 26 Oct 2010 19:18:23 +0100 Message-ID: <27A825CC0C4A4E3CA4672906A140C5AE@alice> 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=50341 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PApfF-00029G-3D for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 15:58:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAo6U-0002ef-JM for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 14:18:35 -0400 Received: from sparks.c1.site5.com ([174.120.98.134]:55256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAo6U-0002eY-G5 for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 14:18:34 -0400 Received: from localhost (localhost [127.0.0.1]) by sparks.c1.site5.com (Postfix) with ESMTP id 8797D13315F for ; Tue, 26 Oct 2010 13:18:33 -0500 (CDT) Received: from sparks.c1.site5.com ([127.0.0.1]) by localhost (sparks.c1.site5.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mb5-L8vyi47r for ; Tue, 26 Oct 2010 13:18:33 -0500 (CDT) Received: from alice (82-69-51-46.dsl.in-addr.zen.co.uk [82.69.51.46]) by sparks.c1.site5.com (Postfix) with ESMTPA id C1488133217 for ; Tue, 26 Oct 2010 13:18:32 -0500 (CDT) 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 Following up my own email (hopefully this will be threaded correctly) - I've found the customize interface for capture now. It appeared _after_ I'd written some settings into my .emacs file. Is there a reason capture wasn't in the customize browser before? I mean, is that the expected behaviour or a bug? Here's what I had added to .emacs: (define-key global-map "\C-cc" 'org-capture) (setq org-capture-templates '(("t" "Todo" entry (file+headline "~/org/cap.org" "CapturedTasks") "* TODO %?\n %i\n %a") ("j" "Journal" entry (file+datetree "~/org/cap_journal.org") "* %?\nEntered on %U\n %i\n %a"))) Gez _______________________________________ ----- Original Message ----- From: Gez To: emacs-orgmode@gnu.org Sent: Tuesday, October 26, 2010 6:32 PM Subject: Request - capture included in customize browser I've had my main system in org mode for a couple of weeks now and I'm getting on really well - it's an amazing tool. I'm very grateful for it. And for the support here too. I want to set up org-capture but cannot find it using M-x customize-apropos. I'm guessing that the customize browser is a kind of interface that has to be written and hasn't yet been written for org-capture. I'll get on with making my settings by hand, as it were, in the meantime, but this is a request please, for a customize interface for org-capture. I've been doing all my configuring with the customize browser recently (after some early false starts copying, pasting and editing settings directly into my .emacs file). I'm avoiding errors and I also find it better documented than the manual and really useful to see the context (the customize group). Gez (Windows XP, GNU Emacs 23.2.1, Org-mode version 7.01trans)