From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags Date: Fri, 04 May 2018 23:44:29 +0200 Message-ID: <87fu37f64i.fsf@nicolasgoaziou.fr> References: <23273.40957.997582.135225@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEiVK-0004yJ-36 for emacs-orgmode@gnu.org; Fri, 04 May 2018 17:44:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEiVG-00064V-77 for emacs-orgmode@gnu.org; Fri, 04 May 2018 17:44:38 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:40557) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fEiVG-00063c-0V for emacs-orgmode@gnu.org; Fri, 04 May 2018 17:44:34 -0400 In-Reply-To: <23273.40957.997582.135225@frac.u-strasbg.fr> (Alain Cochard's message of "Wed, 2 May 2018 13:24:45 +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: Alain.Cochard@unistra.fr Cc: emacs-orgmode@gnu.org Hello, Alain.Cochard@unistra.fr writes: > With variable org-complete-tags-always-offer-all-agenda-tags set to > true, tag completion does not work as I expect. Specifically, upon > 'C-c C-q' or 'C-c C-c', it works fine if I enter in the minibuffer > some letter and then press , but not if I just press ; in > that case, a colon (:) is inserted in the minibuffer, and another > colon for each subsequent , ad infinitum. Is this normal? Could you try again with master branch? Some changes related to tags happened there recently. > Incidentally, shouldn't this variable be documented in the manual? > (Section "6.2 Setting tags" would seem a natural place for that.) I > had to resort to internet search... I don't know specifically about this one, but not all variables can be documented in the manual, there are too many of them. An alternate way to find about a variable is to explore Org variables with M-x customize-group org Regards, -- Nicolas Goaziou