Memnon Anon writes:
> Bastien writes:
>> Please pull again, this should be fixed now...
>
> Still problem here.
Fixed again - thanks for the detailed feedback!
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
Bastien writes:
> Please pull again, this should be fixed now...
Still problem here.
Please try this:
0. Put attached 2 files into ~
1. `emacs -Q ~/minimal.el'
2. Adjust path to org-mode git dir and Eval Buffer minimal.el
3. Try 'C-c a a'
-> It fails for me
4. Uncomment `org-agenda-add-time-gri
Bastien writes:
>> This prevents the error, however have a look at my agenda:
> Please pull again, this should be fixed now...
No change with %4d:
- 00:00 line not there.
- additional line above org-calculate-free-time line
--8<---cut here---start->8---
Day-ag
Memnon Anon writes:
> This prevents the error, however have a look at my agenda:
Please pull again, this should be fixed now...
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http
Hey ;),
Bastien writes:
> Memnon Anon writes:
>> ;;MAN make sure time is at least 3 characters long or substring will fail
>> => (when (< (length time) 3) (setq time (concat "00" time)))
> I fixed this in a slightly different way:
> - (setq time (int-to-string time))
> +