* Karl Voit <devn...@karl-voit.at> wrote: > > I'd like to derive a custom agenda view that has following properties: > > - show only items with associated datestamp or timestamp (same as > «is displayed in the time grid of my usual agenda») > - only with priority [#A] > > With this, I want to get a rough overview of the most important > events and milestones of the upcoming month(s) without any > distraction by todos, minor important events, and so forth.
If it is possible to differ between associated datestamps/timestamps and deadlines/schedules, I'd prefer following: Examples: * shown: :shown: ** [#A] <2012-12-11 Tue> day with prio A ** [#A] <2012-12-11 Tue 14:00-15:00> time-span and prio A ** TODO <2012-12-11 Tue> todo with date ** TODO [#A] <2012-12-11 Tue> todo with date and prio ** TODO [#A] <2012-12-11 Tue 14:00-15:00> todo with date and prio and time-span * not shown: :notshown: ** <2012-12-11 Tue> day without prio ** <2012-12-11 Tue 14:00-15:00> day without prio and time-span ** [#B] <2012-12-11 Tue> day with prio B ** [#A] no date, prio A, possible: DEADLINE and/or SCHEDULE -- Karl Voit