emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [agenda] skip non-habit SCHEDULED
@ 2011-05-19 19:59 Michael Brand
  2011-05-19 20:47 ` Matt Lundin
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Brand @ 2011-05-19 19:59 UTC (permalink / raw)
  To: Org Mode

Hi all

How is it possible to skip SCHEDULED items that don't have the
property STYLE=habit in the day-agenda of a custom agenda view?

What I checked so far:
- ((org-agenda-entry-types '(:scheduled))):
  does not distinguish between habits and non-habits
- "match" from (key desc type match settings files):
  not available for "type" agenda AFAIK
- org-agenda-skip-function: not available for type agenda AFAIK

What I try to achieve with this are two overview custom agenda views:
the 1st like a calendar view with
- day-agenda block for :timestamp and :sexp
- day-agenda block for :deadline
- day-agenda block for :scheduled _habits_ only
  (skip of non-habits not solved yet)
a 2nd like a todo view for everything else that "never" expires with
- day-agenda block for :scheduled _non-habits_ only
  (skip habits with "((org-habit-show-habits nil))")
- tags-todo block for all TODO without any date
  (org-agenda-skip-entry-if 'timestamp)

Michael

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

end of thread, other threads:[~2011-05-19 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19 19:59 [agenda] skip non-habit SCHEDULED Michael Brand
2011-05-19 20:47 ` Matt Lundin
2011-05-19 21:12   ` Michael Brand

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