From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: Show timegrid even if empty? Date: Mon, 13 Jan 2014 17:37:48 +0100 (CET) Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2kWT-0006aE-Gf for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 11:38:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2kWL-0001OQ-Cc for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 11:37:57 -0500 Received: from mout.web.de ([212.227.17.11]:49555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2kWL-0001OH-3I for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 11:37:49 -0500 Received: from 3capp-webde-bs36.server.lan ([172.19.170.36]) by mriweb.server.lan (mriweb002) with ESMTP (Nemesis) id 0MIAd6-1W4Owc0skI-003yqH for ; Mon, 13 Jan 2014 17:37:48 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs orgmode-mailinglist
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