mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-12 16:24:10 +00:00
Set org-columns-time in the agenda.
This commit is contained in:
parent
e1e27d66cf
commit
6031ce889f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user