Memnon Anon writes:
> I added one line:
> (unless (and remove (member time have))
> (setq time (int-to-string time))
> ;;MAN make sure time is at least 3 characters long or substring will fail
> => (when (< (length time) 3) (setq time (concat "00" time)))
>
Hi,
I am working nightshifts these days, so I wanted this:
,
| (setq org-agenda-time-grid (quote
| ((daily weekly today require-timed) ""
| ( 000 200 400 600 800 1000 1200 1400 1600 1800 2000 2200 2359
`
which ... did not work.
Afaics, the reason is in