[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Problem with completion and case in tag search
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Problem with completion and case in tag search |
Date: |
Sun, 27 May 2018 22:14:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
address@hidden writes:
> I run
>
> emacs -Q -l ~/tmp/scr.emacs
>
> The file ~/tmp/scr.emacs contains
>
> (add-to-list 'load-path "~/.emacs.d/elpa/org-20180521/")
> (setq org-agenda-files '("~/tmp/bug-agenda.org"))
> (global-set-key "\C-ca" 'org-agenda)
> (find-file "~/tmp/bug-agenda2.org") ;; <- empty file
>
> The file ~/tmp/bug-agenda.org contains
>
> * foo :bar:baR:Bar:BAR:
>
> When in the empty document ~/tmp/bug-agenda2.org,
>
> if I type
>
> C-a m <TAB>
>
> it gives "BAR" in the minibuffer.
>
> If I type
>
> C-a m B<TAB>
>
> it also gives "BAR".
>
> If I type
>
> C-a m b<TAB>
>
> it gives "baR".
>
> Is it normal? Am I doing something wrong? Thank you. Regards.
I pushed a fix in master. Could you confirm it fixes your issue?
Thank you.
Regards,
--
Nicolas Goaziou