From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: "Invalid capture target specification" Date: Tue, 20 Jul 2010 14:13:22 -0400 Message-ID: <11539.1279649602@alphaville.usa.hp.com> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=55694 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObHJl-0001eZ-3V for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 14:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObHJj-00049J-PR for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 14:13:25 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:35768) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObHJj-00049E-MB for emacs-orgmode@gnu.org; Tue, 20 Jul 2010 14:13:23 -0400 In-Reply-To: Message from Dave Mason of "Tue, 20 Jul 2010 13:53:40 EDT." 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: dcm@bronto.com Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Dave Mason wrote: > I'm trying to get the new org-capture set up. I did as the docs suggest > and imported my remember templates - then I removed the remember > elements from my .emacs except for making the C-cr keystroke point to > capture. > > However, now when I M-x org-capture - I get "Invalid capture target > specification" error. > > I don't understand the message - help? > > org-capture tried to figure out where the capture should be stored (which file, which headline etc) and failed (in the function org-capture-set-target-location). Probably an error in your spec for org-capture-templates. Do C-h v org-capture-templates and post the value you get. Nick