Hello,
[email protected] 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