* Custom agenda starting tomorrow
@ 2015-03-31 14:02 Ken Mankoff
2015-04-01 6:17 ` Anders Wirzenius
0 siblings, 1 reply; 2+ messages in thread
From: Ken Mankoff @ 2015-03-31 14:02 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Custom agenda starting tomorrow
2015-03-31 14:02 Custom agenda starting tomorrow Ken Mankoff
@ 2015-04-01 6:17 ` Anders Wirzenius
0 siblings, 0 replies; 2+ messages in thread
From: Anders Wirzenius @ 2015-04-01 6:17 UTC (permalink / raw)
To: emacs-orgmode
Ken Mankoff <mankoff@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-01 6:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 14:02 Custom agenda starting tomorrow Ken Mankoff
2015-04-01 6:17 ` Anders Wirzenius
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.