Re: [O] org-agenda time grid broken ?

2017-08-06 Thread Nicolas Goaziou
Hello,

Julien Cubizolles  writes:

> 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)
>  ".." "")

I can reproduce it. It looks like the bug reported at
.
>
> 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---

Something is wrong in your set-up. `org-duration-to-minutes' was
introduced in master.

Regards,

-- 
Nicolas Goaziou



Re: [O] org-agenda time grid broken ?

2017-08-06 Thread Julien Cubizolles
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.
  




Re: [O] org-agenda time grid broken ?

2017-08-05 Thread Nicolas Goaziou
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.


Regards,

-- 
Nicolas Goaziou