emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: postponing todos


From: Bastien
Subject: Re: [Orgmode] Re: postponing todos
Date: Sat, 11 Aug 2007 18:34:30 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]