Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Julien Cubizolles <j.cubizol...@free.fr> writes: > >> Did I miss an important change to the way org-agenda-files is to be >> used ? > > It is probably related to the change in `org-agenda-time-grid'. See new > docstring.
I've looked into it but the example I provided is run from emacs -Q and no change to the default value of org-agenda-time-grid, set to ((daily today require-timed) (800 1000 1200 1400 1600 1800 2000) "......" "----------------") Also, I noticed two other things: * when I'm using org from the git repo, a call to org-agenda throws this error: --8<---------------cut here---------------start------------->8--- org-agenda-format-item: Symbol’s function definition is void: org-duration-to-minutes --8<---------------cut here---------------end--------------->8--- * I'm using --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path "~/git-repositories/org-mode/lisp") (add-to-list 'load-path "~/git-repositories/org-mode/contrib/lisp") --8<---------------cut here---------------end--------------->8--- to choose the git version of org-mode. If I run org-reload immediately afterwards (which I didn't use to do up to now), the error disappears, at least with the minimalist example from my previous post. Julien.