From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-capture + autoload Date: Wed, 18 Aug 2010 16:30:09 +0200 Message-ID: <87r5hvzvs8.fsf@altern.org> References: <817hjo5g42.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlmFN-0004C7-QC for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 13:16:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlmFH-0003a5-K3 for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 13:16:17 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:39824) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlmFH-0003Zk-Fw for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 13:16:11 -0400 Received: by eyg7 with SMTP id 7so559504eyg.0 for ; Wed, 18 Aug 2010 10:16:10 -0700 (PDT) In-Reply-To: <817hjo5g42.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 18 Aug 2010 16:42:45 +0530") 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: Jambunathan K Cc: 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. Just (require 'org-capture) somewhere in your config. -- Bastien