emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Show timegrid even if empty?


From: Martin Beck
Subject: [O] Show timegrid even if empty?
Date: Mon, 13 Jan 2014 17:37:48 +0100 (CET)

in a block agenda view, I also want to incorporate the time grid to see the appointments of a day.
 
I tried with this code:
 
(agenda "" ((org-agenda-overriding-header "Calendar") (org-agenda-span (quote day)) (org-agenda-entry-types (quote (:timestamp))) (org-agenda-time-grid (quote ("t")))))
 
But there is no timegrid displayed, if no headlines match the agenda.
How can I always show the timegrid?
 
Kind regards
 
Martin

reply via email to

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