[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Tag completion does not work well with org-complete-tags-always-
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags |
Date: |
Sun, 13 May 2018 23:01:38 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
address@hidden 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 <TAB>, 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
- [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Alain . Cochard, 2018/05/02
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Nicolas Goaziou, 2018/05/04
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Bastien, 2018/05/08
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Alain . Cochard, 2018/05/12
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags,
Nicolas Goaziou <=
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Alain . Cochard, 2018/05/14
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Nicolas Goaziou, 2018/05/14
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Alain . Cochard, 2018/05/14
- Re: [O] Tag completion does not work well with org-complete-tags-always-offer-all-agenda-tags, Nicolas Goaziou, 2018/05/14