Re: [Orgmode] Re: Setting org-agenda-time-grid: My day starts at midnight

2010-09-05 Thread Bastien
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

[Orgmode] Re: Setting org-agenda-time-grid: My day starts at midnight

2010-09-05 Thread Memnon Anon
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

[Orgmode] Re: Setting org-agenda-time-grid: My day starts at midnight

2010-09-02 Thread Memnon Anon
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

Re: [Orgmode] Re: Setting org-agenda-time-grid: My day starts at midnight

2010-09-02 Thread Bastien
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

[Orgmode] Re: Setting org-agenda-time-grid: My day starts at midnight

2010-09-02 Thread Memnon Anon
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)) > +