From mboxrd@z Thu Jan 1 00:00:00 1970 From: dlc Subject: Re: org-capture template property completion Date: Mon, 31 Oct 2011 09:18:23 -0500 Message-ID: <6FA44A6A-CCA4-45AC-BC8F-AE7510567CD5@coateconnection.com> References: <6B40CC1C-83DB-4317-B0F3-D9B194368F09@coateconnection.com> <87fwic80qf.fsf@gnu.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKsh3-0002g6-Am for emacs-orgmode@gnu.org; Mon, 31 Oct 2011 10:18:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKsh2-0008Fs-42 for emacs-orgmode@gnu.org; Mon, 31 Oct 2011 10:18:29 -0400 Received: from coateconnection.com ([69.56.251.74]:53930 helo=mail.coateconnection.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKsh1-0008EF-Tg for emacs-orgmode@gnu.org; Mon, 31 Oct 2011 10:18:28 -0400 In-Reply-To: <87fwic80qf.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org While prompting the user for property "MyProtperty", Is there a way to get completion on the "MyProperty" value while in the org-capture bufffer?(...either ala the %^{prompt} format or by reading the property definitions in the destination file or buffer?) Thank You! On Oct 29, 2011, at 7:02 AM, Bastien wrote: > 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 >