From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Subject: date next year Date: Fri, 20 Dec 2013 12:34:43 +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 ([2001:4830:134:3::10]:60760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtzIP-0005fb-6v for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 07:35:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtzIH-0000Na-Tv for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 07:35:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:39918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtzIH-0000J4-NH for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 07:35:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VtzIG-00070N-IU for emacs-orgmode@gnu.org; Fri, 20 Dec 2013 13:35:04 +0100 Received: from eduroam-065185.grenet.fr ([130.190.65.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Dec 2013 13:35:04 +0100 Received: from jlr_0 by eduroam-065185.grenet.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Dec 2013 13:35:04 +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 How can I set org-agenda-custom-commands so that I can get the tasks past a date in the coming year? Suppose I'm interested in things past next september. This ("y" "Next year's appointments" tags "TIMESTAMP>=\"<2014-09-01>\"") works alright as long as we are before that date but won't work anymore next october. I would have to modify my org config file each year. Is there a generic way to indicate "next year"? Thanks.