emacs-orgmode
[Top][All Lists]
Advanced

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

Possible problem with org-agenda-time-grid


From: steve-humphreys
Subject: Possible problem with org-agenda-time-grid
Date: Fri, 11 Dec 2020 17:38:02 +0100

I see big differences when using the two calls to "org-agenda-time-grid"
with identical parameters.


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

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

Regards
Steve



reply via email to

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