From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-capture template property completion Date: Sat, 29 Oct 2011 14:02:16 +0200 Message-ID: <87fwic80qf.fsf@gnu.org> References: <6B40CC1C-83DB-4317-B0F3-D9B194368F09@coateconnection.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK7bK-0007ks-Qz for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 08:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RK7bH-0003bd-PI for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 08:01:25 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:54609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK7bH-0003bQ-Ag for emacs-orgmode@gnu.org; Sat, 29 Oct 2011 08:01:23 -0400 Received: by wwe3 with SMTP id 3so113185wwe.30 for ; Sat, 29 Oct 2011 05:01:22 -0700 (PDT) In-Reply-To: <6B40CC1C-83DB-4317-B0F3-D9B194368F09@coateconnection.com> (dlc@coateconnection.com's message of "Tue, 25 Oct 2011 15:25:55 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: dlc Cc: emacs-orgmode@gnu.org Hi, dlc writes: > I am an emacs novice attempting to use an org-capture template. The manual > indicates completion is available while expanding %^{prompt}. Can one get > completion on %^{prop}p for a property? I tried the same syntax for prompt > and that did not work. If you want to prompt the user for property "MyProperty" you need to use %^{MyProperty}p in the capture template. HTH, -- Bastien