From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: postponing todos Date: Sat, 11 Aug 2007 18:34:30 +0200 Message-ID: <87zm0y3u95.fsf@bzg.ath.cx> References: <878x8osm96.fsf@freemail.hu> <2151c7f8a47e69a374e5edbed368e83d@science.uva.nl> <87odheulxs.fsf@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJtvE-0001RT-9E for emacs-orgmode@gnu.org; Sat, 11 Aug 2007 12:34:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJtvB-0001QC-S7 for emacs-orgmode@gnu.org; Sat, 11 Aug 2007 12:34:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJtvB-0001Q9-LE for emacs-orgmode@gnu.org; Sat, 11 Aug 2007 12:34:37 -0400 Received: from hu-out-0506.google.com ([72.14.214.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJtvB-0001NL-97 for emacs-orgmode@gnu.org; Sat, 11 Aug 2007 12:34:37 -0400 Received: by hu-out-0506.google.com with SMTP id 23so1046417huc for ; Sat, 11 Aug 2007 09:34:36 -0700 (PDT) In-Reply-To: <87odheulxs.fsf@freemail.hu> (ignotus@freemail.hu's message of "Sat\, 11 Aug 2007 17\:31\:59 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org ignotus@freemail.hu writes: > Bastien posted another solution that probably does something very > similar but with lot less internal hacking, Bastien please comment. The solution you propose lets the user restrict the output of `org-tags-view' to the past (and today's) entries. All my little hack[1] does is to display an agenda buffer listing those entries that: - have a timestamp for today - match a regular expression I thought it could be a good start for your problem. But it's not as general as your code -- it's just an example of what you can do with `org-agenda-custom-commands' to make it suit your needs. Notes: [1] http://article.gmane.org/gmane.emacs.orgmode/2613 -- Bastien