emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* View Agenda for last 7 days
@ 2009-07-21 20:58 Jonathan Arkell
  2009-07-21 21:24 ` Bernt Hansen
  2009-07-21 21:42 ` Bastien
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Arkell @ 2009-07-21 20:58 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi Org peeps

I'd like to have a custom agenda block to show the previous 7 days, or even the last week for GTD style weekly reviews, but I can't figure out how to make it go.  So if I view the agenda on the 21st of july, I should see July 14th through 20th.  If it is easier, seeing the 3rd week in July would also be fine (13th-19th)

So far this is what I have for my org-agenda-custom-commands:

            ("W" "Weekly Review"
                 ((agenda ""
                          ((org-agenda-overriding-header "Last 7 Days (broken)")
                                   (org-agenda-ndays 7)
                                   (org-agenda-repeating-timestamp-show-all t)))
                  (agenda ""
                                  ((org-agenda-overriding-header "Next 30 Days")
                                   (org-agenda-ndays 30)
                                   (org-agenda-include-diary t)
                                   (org-agenda-files nil)
                                   (org-agenda-show-all-dates t)
                                   (org-agenda-use-time-grid nil)))
                  (stuck "")
                  ,(jonnay-org-tags-todo "PROJECTs that are waiting to be re-understood" (list "_reproject") "PROJECT")
                  (todo "PROJECT")
                  (todo "TODO")
                  (todo "WAITING"))
                 nil
                 ("weekly.html" "weekly.ps" ))

I tried setting org-agenda-ndays to -7, but that didn't really work.  Is there some way to tell org-agenda to start at a different date?

Jonathan Arkell
Sr. Developer
Inspired by Drum + Bass, Scheme, Kawaii
402 - 11 Avenue SE
Calgary, AB T2G 0Y4
t: 403.206.4377
www.criticalmass.com


The information contained in this message is confidential. It is intended to be read only by the individual or entity named above or their designee. If the reader of this message is not the intended recipient, you are hereby notified that any distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete or destroy any copy of this message.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: View Agenda for last 7 days
  2009-07-21 20:58 View Agenda for last 7 days Jonathan Arkell
@ 2009-07-21 21:24 ` Bernt Hansen
  2009-07-21 21:42 ` Bastien
  1 sibling, 0 replies; 3+ messages in thread
From: Bernt Hansen @ 2009-07-21 21:24 UTC (permalink / raw)
  To: Jonathan Arkell; +Cc: emacs-orgmode@gnu.org

Jonathan Arkell <jonathana@criticalmass.com> writes:

> Hi Org peeps
>
> I'd like to have a custom agenda block to show the previous 7 days, or even the last week for GTD style weekly reviews, but I can't figure out how to make it go.  So if I view the agenda on the 21st of july, I should see July 14th through 20th.  If it is easier, seeing the 3rd week in July would also be fine (13th-19th)
>

That's easy...  but it's not a custom agenda...

(setq org-agenda-start-on-weekday nil)

then your weekly agenda starts on today.  Then left arrow to the 7 days
before today.

You can also jump directly to any date with 'j' in the agenda to show
the 7 days starting on the given date.

Does that help?

-Bernt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: View Agenda for last 7 days
  2009-07-21 20:58 View Agenda for last 7 days Jonathan Arkell
  2009-07-21 21:24 ` Bernt Hansen
@ 2009-07-21 21:42 ` Bastien
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2009-07-21 21:42 UTC (permalink / raw)
  To: Jonathan Arkell; +Cc: emacs-orgmode@gnu.org

Jonathan Arkell <jonathana@criticalmass.com> writes:

> I'd like to have a custom agenda block to show the previous 7 days, or
> even the last week for GTD style weekly reviews, but I can't figure
> out how to make it go.  

Check `org-agenda-start-day' - combining it with `org-agenda-ndays'
should do it.

HTH,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-21 21:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-21 20:58 View Agenda for last 7 days Jonathan Arkell
2009-07-21 21:24 ` Bernt Hansen
2009-07-21 21:42 ` Bastien

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).