From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Tag completion for ":a_tag:" fails if string "a_tag:" is in headline Date: Sun, 25 Nov 2018 02:03:46 +0100 Message-ID: <87lg5i0xzh.fsf@nicolasgoaziou.fr> References: <23530.63076.394371.665156@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQiq5-0004q0-3W for emacs-orgmode@gnu.org; Sat, 24 Nov 2018 20:03:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQiq1-000173-UI for emacs-orgmode@gnu.org; Sat, 24 Nov 2018 20:03:57 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:41305) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQiq1-00013L-O2 for emacs-orgmode@gnu.org; Sat, 24 Nov 2018 20:03:53 -0500 In-Reply-To: <23530.63076.394371.665156@frac.u-strasbg.fr> (Alain Cochard's message of "Tue, 13 Nov 2018 17:05:56 +0100") 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: Alain.Cochard@unistra.fr Cc: emacs-orgmode@gnu.org Hello, Alain.Cochard@unistra.fr writes: > Specifically, I have the simple org file: > > * a header :foo: > * blah foo: blah :f > > If, after typing the last 'f' above, I type 'M-x pcomplete', I get the > message "No completions of f". > > Clearly, the problem is in the "foo:" of the 2nd headline. Without > it, or with "foo" (or even with ":foo:") in place of "foo:", the > completion is performed to ":foo:" as expected. Fixed. Thank you. Regards, -- Nicolas Goaziou