emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] "Recent items" Agenda view?


From: Samuel Wales
Subject: Re: [O] "Recent items" Agenda view?
Date: Fri, 11 Oct 2013 13:35:40 -0700

On 10/11/13, Martin Beck <address@hidden> wrote:
> I'm often having the problem that I want to quickly attach an information
> to
> an item I've created or I've been working on during the last days and then
> have to invoke a keyword search.
>
> How could I create an agenda with a list of headlines which have any
> timestamp in the last 7 days (as they were created, clocked, changed their
> status etc.?), sorted by the most recent timestamp?
>
> Thanks a lot,
> kind regards
>
> Martin

Something like this:

(setq org-agenda-inactive-leader "Inactive:  ")
(setq org-agenda-include-inactive-timestamps t)

Custom command:

          ("ip" "past 7d"
           ;; faster than tags
           agenda ""
           ((org-agenda-start-day "-7d")
            (org-agenda-span 7)
            (org-agenda-repeating-timestamp-show-all nil)
            ;; %s is only for agenda views
            ;; (org-agenda-prefix-format "%s")
            ;; maybe not make much difference ka
            ;; (org-agenda-use-tag-inheritance nil)
            ))

===

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY can get it.

Denmark: free Karina Hansen NOW.



reply via email to

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