Second fix for the time-grid problem.
This commit is contained in:
parent
f2acd5e8d1
commit
7b188f7da5
|
@ -5118,7 +5118,7 @@ The modified list may contain inherited tags, and tags matched by
|
|||
(throw 'exit list))
|
||||
(while (setq time (pop gridtimes))
|
||||
(unless (and remove (member time have))
|
||||
(setq time (format "%2d" time))
|
||||
(setq time (format "%4d" time))
|
||||
(push (org-format-agenda-item
|
||||
nil string "" nil
|
||||
(concat (substring time 0 -2) ":" (substring time -2)))
|
||||
|
|
Loading…
Reference in New Issue