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

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

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

2010-08-18 Thread Memnon Anon
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