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: Sun, 13 May 2018 23:01:38 +0200 Message-ID: <87wow7tglp.fsf@nicolasgoaziou.fr> References: <23273.40957.997582.135225@frac.u-strasbg.fr> <877eoewoha.fsf@gnu.org> <23286.35474.902070.827880@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHzQ8-00083A-Jp for emacs-orgmode@gnu.org; Sun, 13 May 2018 18:24:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHy7n-0005Qk-2O for emacs-orgmode@gnu.org; Sun, 13 May 2018 17:01:47 -0400 In-Reply-To: <23286.35474.902070.827880@frac.u-strasbg.fr> (Alain Cochard's message of "Sat, 12 May 2018 08:32:50 +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: Bastien , emacs-orgmode@gnu.org Hello, Alain.Cochard@unistra.fr writes: > Did you mean 'emacs -Q' with some git branch? If so, I don't know how > to do it... Yes. It means "emacs -Q" and a recent Org loaded. See below. > Emacs : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version > 3.18.9) of 2016-04-11 on buildvm-25.phx2.fedoraproject.org Package: > Org mode version 9.1.13 (release_9.1.13-744-g13fb6a @ > /home/cochard/Org/Coch-git/org-mode/lisp/) > > Is that the master branch? It looks like so. > With this setup, the problem remains. Here is what I did. I created a file "mini-init.el", containing the following lines: --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path "/path/to/org-mode/lisp/") (setq org-complete-tags-always-offer-all-agenda-tags t) (setq org-agenda-files '("/tmp/bug-agenda.org")) (find-file "/tmp/bug-agenda2.org") --8<---------------cut here---------------end--------------->8--- The file "/tmp/bug-agenda.org" contains the following: --8<---------------cut here---------------start------------->8--- * Foo :bar: --8<---------------cut here---------------end--------------->8--- The file "/tmp/bug-agenda2.org" is an empty file. I then run: emacs -Q -l mini-init.el When in the empty document ("bug-agenda2.org"), I type "* H", then C-c C-q then , I get "bar" in the minibuffer and no colon is inserted. So, I cannot reproduce your issue. > Are those 3 sources are supposed to provide essentially the same > pieces of information? If so maybe they could be > merged/updated/coordinated? The sole official documentation is the manual. Worg is edited by users. Of course, it would be nice if they could be coordinated, but we need volunteers for that. Regards, -- Nicolas Goaziou