From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: =?UTF-8?B?UmU6IG9yZy1hZ2VuZGEgdGltZSBncmlkIGJyb2tlbsKgPw==?= Date: Sun, 06 Aug 2017 08:27:52 +0200 Message-ID: <87efspus5z.fsf@free.fr> References: <87d189ya97.fsf@free.fr> <87poc9hcug.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deF2k-0002C4-3S for emacs-orgmode@gnu.org; Sun, 06 Aug 2017 02:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1deF2g-0005Rx-Uf for emacs-orgmode@gnu.org; Sun, 06 Aug 2017 02:28:06 -0400 Received: from [195.159.176.226] (port=47095 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1deF2g-0005R9-OH for emacs-orgmode@gnu.org; Sun, 06 Aug 2017 02:28:02 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1deF2Y-0004gg-AR for emacs-orgmode@gnu.org; Sun, 06 Aug 2017 08:27:54 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Julien Cubizolles 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.