emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Custom agenda starting tomorrow


From: Anders Wirzenius
Subject: Re: [O] Custom agenda starting tomorrow
Date: Wed, 01 Apr 2015 09:17:32 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Ken Mankoff <address@hidden> writes:

> I have a custom agenda view that includes the today view:
>
>  (agenda "" ((org-agenda-ndays 1)
>              (org-agenda-overriding-header "Scheduled Today")
>              (org-deadline-warning-days 0)))
>
> And the next week:
>
>   (agenda "" ((org-agenda-overriding-header "Scheduled")
>               (org-deadline-warning-days 0)))
>
> Is there any way to have an agenda view that does not include
> today? "today" gets repeated here, and for the second agenda
> view I'd like to have it start tomorrow and show the next ndays
> from then.
>
> Thanks,
>
>   -k.
>
>

Try (org-agenda-start-day "+1d")

-- 
Anders




reply via email to

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