From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: show future scheduled date in Agenda Date: Sat, 27 Jan 2018 19:10:02 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efUvc-0006n8-LU for emacs-orgmode@gnu.org; Sat, 27 Jan 2018 13:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efUvX-0000BF-NI for emacs-orgmode@gnu.org; Sat, 27 Jan 2018 13:10:12 -0500 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]:36441) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1efUvX-0000AL-FL for emacs-orgmode@gnu.org; Sat, 27 Jan 2018 13:10:07 -0500 Received: by mail-lf0-x236.google.com with SMTP id t79so4517781lfe.3 for ; Sat, 27 Jan 2018 10:10:07 -0800 (PST) Received: from GEUS2690macwsm.local (0x3e2c86ed.mobile.telia.dk. [62.44.134.237]) by smtp.gmail.com with ESMTPSA id d132sm1985863lfd.69.2018.01.27.10.10.03 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 27 Jan 2018 10:10:04 -0800 (PST) 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" To: Org-mode I have a custom agenda with a section that is generated with: (todo "WAITING|VERIFY" ((org-agenda-overriding-header "Waiting or Verify"))) And it generates an Agenda section that looks like: ============================================== Waiting or Verify Foo: WAITING Something Bar: WAITING Other Thing :tag: Bar: VERIFY Did X happen? Is it possible to show SCHEDULED dates for these items? I often set something to WAITING and re-schedule it for +7d, but would like to know at a glance when something is scheduled (if it is). The new Agenda section might look like: ============================================== Waiting or Verify Foo: WAITING [2018-06-10 Sun] Something Bar: WAITING [2018-09-22 Sat] Other Thing :tag: Bar: VERIFY Did X happen? Or ============================================== Waiting or Verify Foo: WAITING [42d] Something Bar: WAITING [212d] Other Thing :tag: Bar: VERIFY Did X happen? Is this fairly easy to do? Can the Table view support something like this? Thanks, -k.