From mboxrd@z Thu Jan 1 00:00:00 1970 From: knubee Subject: Custom agenda views: display date, not tags Date: Sun, 5 Feb 2012 07:22:24 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtwQp-0001hd-UQ for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 02:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtwQo-0003Qa-Tj for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 02:22:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:52936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtwQo-0003QV-NR for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 02:22:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RtwQm-0007Fa-3S for emacs-orgmode@gnu.org; Sun, 05 Feb 2012 08:22:36 +0100 Received: from cm245.omega18.maxonline.com.sg ([218.186.18.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2012 08:22:36 +0100 Received: from knubee by cm245.omega18.maxonline.com.sg with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2012 08:22:36 +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 I am trying to create a custom agenda view that displays the deadline date (rather than the tags) associated with certain entries. So, rather than: todo: TODO Finish the task :Work: I want to display: todo: TODO Finish the task 5 February 2012 I haven't been able to find the appropriate variables to control this. Suggestions?