From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: Better way to customize daily/weekly agenda? Date: Fri, 8 Mar 2013 23:54:50 +0100 Message-ID: <20130308225450.GA6643@kenny.fritz.box> References: <20130308070234.GA3844@lnb.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE6Bq-00013D-FM for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 17:55:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UE6Bl-0004rb-MT for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 17:55:02 -0500 Received: from mail-ee0-f47.google.com ([74.125.83.47]:50109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE6Bl-0004pH-Gr for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 17:54:57 -0500 Received: by mail-ee0-f47.google.com with SMTP id e52so1293532eek.20 for ; Fri, 08 Mar 2013 14:54:56 -0800 (PST) Content-Disposition: inline In-Reply-To: <20130308070234.GA3844@lnb.localnet> 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@gnu.org Hi Piotr, Piotr Isajew wrote: > - daily agenda having grid mode on, and displaying entries from > all categories > > - weekly agenda having grid mode off and filtering out entries > from one specific category With regard to the time grid you might want to check out the variable org-agenda-time-grid. I have it set thusly: #+BEGIN_SRC emacs-lisp (setq org-agenda-time-grid '((daily today required-time) "" (600 1200 1800 2400))) #+END_SRC The first part of the variable shows the time grid in the day agenda, but not in the weekly agenda, except for today's date. Cheers, Viktor