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
> >
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
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