Set org-columns-time in the agenda.

This commit is contained in:
James TD Smith 2009-10-30 03:33:28 +00:00
parent e1e27d66cf
commit 6031ce889f
1 changed files with 2 additions and 1 deletions

View File

@ -1294,7 +1294,8 @@ and tailing newline characters."
(org-verify-version 'columns)
(org-columns-remove-overlays)
(move-marker org-columns-begin-marker (point))
(let (fmt cache maxwidths m p a d)
(let ((org-columns-time (time-to-number-of-days (current-time)))
cache maxwidths m p a d)
(cond
((and (boundp 'org-agenda-overriding-columns-format)
org-agenda-overriding-columns-format)