From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: Showing next items in agenda + deadline in past Date: Wed, 14 Jan 2015 14:09:32 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBNi4-0003ze-Lp for emacs-orgmode@gnu.org; Wed, 14 Jan 2015 08:10:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBNhz-0000uk-Np for emacs-orgmode@gnu.org; Wed, 14 Jan 2015 08:10:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:57857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBNhz-0000qh-Hd for emacs-orgmode@gnu.org; Wed, 14 Jan 2015 08:10:03 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YBNhl-0004Jj-QY for emacs-orgmode@gnu.org; Wed, 14 Jan 2015 14:09:49 +0100 Received: from lapsgs09.informatik.uni-stuttgart.de ([129.69.213.139]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Jan 2015 14:09:49 +0100 Received: from mailinglists by lapsgs09.informatik.uni-stuttgart.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Jan 2015 14:09:49 +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 Hello, two questions regarding agenda views. The agenda for the current week looks like that: Week-agenda (W03): Monday 12 January 2015 W03 capture: TODO Stellwände für kommenden Montag besorgen Tuesday 13 January 2015 Wednesday 14 January 2015 uni: 75 d. ago: Abstract uni: In 6 d.: TODO Registration Thursday 15 January 2015 Friday 16 January 2015 Saturday 17 January 2015 Sunday 18 January 2015 1) How can I configure it to show not the next n days, but the next n events like: Next events-agenda (W03): Monday 12 January 2015 W03 capture: TODO Stellwände für kommenden Montag besorgen Wednesday 14 January 2015 uni: 75 d. ago: Abstract uni: In 6 d.: TODO Registration Saturday 17 January 2015 (+ 3d) whatever.... (I also added a (+ 3d) to days as an idea) 2) There is this 75 d. ago Abstract DEADLINE. How am I supposed to act on deadlines in the past? The item has no TODO/DONE marker, just the DEADLINE. How to say that the action that relates to this deadline is done? Thanks, Florian