emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] need: custom agenda for last 7 days


From: Bastien
Subject: Re: [O] need: custom agenda for last 7 days
Date: Fri, 22 Feb 2013 09:19:28 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Subhan,

Subhan Tindall <address@hidden> writes:

> '(org-agenda-custom-commands (quote (("w" "Weekly Logs" agenda ""
> ((org-agenda-span 8))))))

You can combine `org-agenda-span' and `org-agenda-start-day', 
which interprets negative values correctly:

'(org-agenda-custom-commands (quote (("w" "Weekly Logs" agenda ""
 ((org-agenda-span 8)
  (org-agenda-start-day -7))))))

And *yes*, we need more documentation and tutorials on this.
Help is welcome!

Best,

-- 
 Bastien



reply via email to

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