emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Viktor Rosenfeld <listuser36@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Better way to customize daily/weekly agenda?
Date: Fri, 8 Mar 2013 23:54:50 +0100	[thread overview]
Message-ID: <20130308225450.GA6643@kenny.fritz.box> (raw)
In-Reply-To: <20130308070234.GA3844@lnb.localnet>

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

       reply	other threads:[~2013-03-08 22:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20130308070234.GA3844@lnb.localnet>
2013-03-08 22:54 ` Viktor Rosenfeld [this message]
2013-03-14 17:12   ` Better way to customize daily/weekly agenda? Eric S Fraga
2013-03-15 21:14     ` Bastien
2013-03-17 12:54       ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130308225450.GA6643@kenny.fritz.box \
    --to=listuser36@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).