emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] agenda, month view?


From: Scott Jaderholm
Subject: Re: [Orgmode] agenda, month view?
Date: Tue, 28 Aug 2007 14:21:30 -0600

On 8/28/07, Carl Bolduc <address@hidden> wrote:
Hi!

I'm a new user of Org mode, I like the week view that I get when I press "Ctrl-c a a". But sometimes, I plan things several weeks in advance and I would like to be able to see what is coming in the next week also. Is there a way to see the scheduled items for several weeks, or a way to jump from week to week in the agenda?
Welcome Carl,

Right and left keys jump forward and backward by a week.

Cut and modified from John W.'s post:

(setq org-agenda-custom-commands
    '(("W" agenda "" ((org-agenda-ndays 21)))))

Then C-a a W will show you three weeks.

Cheers,
Scott

reply via email to

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