From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] No completion when querying for property value in capture template Date: Sat, 16 Jun 2018 23:24:17 +0200 Message-ID: <87po0qifwe.fsf@nicolasgoaziou.fr> References: <87sh5y1v2s.fsf@gmail.com> <877emykbyo.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUIgN-0008F8-B7 for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 17:24:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUIgI-0005z6-E9 for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 17:24:27 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:36669) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fUIgI-0005wc-85 for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 17:24:22 -0400 In-Reply-To: (Eric Danan's message of "Sat, 16 Jun 2018 21:59:40 +0200") 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" To: Eric Danan Cc: emacs-orgmode@gnu.org Eric Danan writes: > I did some testing and it seems towork except in one case: if the > template target is of type "file+headline" (I guess "file+olp" etc as > well), the target file has an in-buffer setting "#+PROPERTY PROP_ALL > AAA BBB", and the target entry has a property ":PROP_ALL: CCC DDD" > overriding the in-buffer setting, then completion is done on "AAA BBB" > whereas it would make more sense to me to do it on "CCC DDD". I think this is now fixed. Thank you.