Re: [O] Problem with completion and case in tag search

2018-05-27 Thread Alain . Cochard
Nicolas Goaziou writes on Sun 27 May 2018 22:14: > > 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 > > > > it gives "BAR" in the minibuffer. > > > > If I type > >

Re: [O] Problem with completion and case in tag search

2018-05-27 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr 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-fi

[O] Problem with completion and case in tag search

2018-05-23 Thread Alain . Cochard
Hello. 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