emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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

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