From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Agenda: show only prio-A events with associated date/timestamp Date: Tue, 11 Dec 2012 12:13:44 +0100 Message-ID: <2012-12-11T12-00-09@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiNmo-0001ZJ-Ri for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 06:14:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiNmi-0003lt-RB for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 06:14:06 -0500 Received: from plane.gmane.org ([80.91.229.3]:38613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiNmi-0003lh-Ke for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 06:14:00 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TiNmr-0001sg-DG for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 12:14:09 +0100 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 12:14:09 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 12:14:09 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! 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. I do think, this would be quite handy and could replace my wall calendar which is only available in my office. Thanks for your help! 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 * 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 ** 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 -- Karl Voit