emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* stuck todos agenda view
@ 2010-03-20 19:09 Eraldo Helal
  2010-03-24 15:01 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Eraldo Helal @ 2010-03-20 19:09 UTC (permalink / raw)
  To: Org-Mode

I want to make an agenda view for todos older than 7 days sorted by
oldest date first.

My TODOs have a timestamp inside the logbook which shows when they got
the TODO status.
    >*** TODO headline
    >    :LOGBOOK:
    >    - State "TODO"     from ""       [2010-03-20 Sat 19:39]
    >    :END:
How can I get an Agenda view, showing only TODOs with the most recent
timestamp older than 7 days.
And then if possible sorting them so that the oldest todo is shown fist.

Any ideas how such a view could be configured/coded?
Are there options already present with which I can get such a view?

Greetings from Austria,
Eraldo

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: stuck todos agenda view
  2010-03-20 19:09 stuck todos agenda view Eraldo Helal
@ 2010-03-24 15:01 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-03-24 15:01 UTC (permalink / raw)
  To: Eraldo Helal; +Cc: Org-Mode


On Mar 20, 2010, at 8:09 PM, Eraldo Helal wrote:

> I want to make an agenda view for todos older than 7 days sorted by
> oldest date first.
>
> My TODOs have a timestamp inside the logbook which shows when they got
> the TODO status.
>> *** TODO headline
>>   :LOGBOOK:
>>   - State "TODO"     from ""       [2010-03-20 Sat 19:39]
>>   :END:
> How can I get an Agenda view, showing only TODOs with the most recent
> timestamp older than 7 days.
> And then if possible sorting them so that the oldest todo is shown  
> fist.
>
> Any ideas how such a view could be configured/coded?
> Are there options already present with which I can get such a view?

Hi Eduardo,

the only way I can think of right now would be writing your own
skip function.  That function would have to search to the time
stamp, make the comparison, and base its exit on the result.
Appendix A7 in the manual show the structure of such a view.

Hope this is enough to get you on you way.

- Carsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-24 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-20 19:09 stuck todos agenda view Eraldo Helal
2010-03-24 15:01 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).