From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: org-capture + autoload Date: Wed, 18 Aug 2010 11:59:55 -0400 Message-ID: <8762z7di84.fsf@norang.ca> 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=42017 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oll3k-0007FI-Hn for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 12:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oll3f-0000jb-0j for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 12:00:12 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:50382) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oll3e-0000gG-Ui for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 12:00:06 -0400 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. > > For now, I trigger a capture, abort it and then proceed ahead with > customizing these. Add (require 'org-capture) to your .emacs -Bernt