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 17:06:23 +0200 Message-ID: <877emykbyo.fsf@nicolasgoaziou.fr> References: <87sh5y1v2s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUCmc-0007jq-Pu for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 11:06:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUCmZ-0003LT-LQ for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 11:06:30 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:41511) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fUCmZ-0003JO-Ea for emacs-orgmode@gnu.org; Sat, 16 Jun 2018 11:06:27 -0400 In-Reply-To: (Eric Danan's message of "Fri, 8 Jun 2018 22:29:25 +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 Hello, Eric Danan writes: > OK I think I understand why it doesn't work. I'm attaching a simple > patch that hopefully solves the issue. I've put comments in the commit > message. Please let me know if anything is not clear or if you see > issues. Thank you for the analysis and the patch. As you have guessed, the problem is that the property is set in a different buffer than the target buffer. I committed a different solution. Does it fix your problem? Regards, -- Nicolas Goaziou