emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using org-agenda-time-grid with lists


From: steve-humphreys
Subject: Using org-agenda-time-grid with lists
Date: Fri, 11 Dec 2020 15:59:01 +0100

I am trying to insert finer timings in org-agenda with the following code.
Haw can one pass a list in a list?

(setq tm '(number-sequence 800 2000 30))
(setq org-agenda-time-grid '((daily today require-timed)
   tm "......" "----------------"))


But this works well

(setq org-agenda-time-grid '((daily today require-timed)
   (800 900 1000 1100 1200 1300 1400 1500 1600 1700  1800 2000)
   "......" "----------------"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]