From: Samuel Wales <samologist@gmail.com>
To: Martin Beck <elwood151@web.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: "Recent items" Agenda view?
Date: Fri, 11 Oct 2013 13:35:40 -0700 [thread overview]
Message-ID: <CAJcAo8uHHo09uAYF-Py2X-FWNe1Mgp2GYUE59NUuzcn1jR_5+w@mail.gmail.com> (raw)
In-Reply-To: <loom.20131011T090839-338@post.gmane.org>
On 10/11/13, Martin Beck <elwood151@web.de> 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.
next prev parent reply other threads:[~2013-10-11 20:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-11 7:14 "Recent items" Agenda view? Martin Beck
2013-10-11 15:36 ` Eric S Fraga
2013-10-14 8:43 ` Martin Beck
2013-10-11 20:35 ` Samuel Wales [this message]
2013-10-14 8:46 ` (no subject) Martin Beck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJcAo8uHHo09uAYF-Py2X-FWNe1Mgp2GYUE59NUuzcn1jR_5+w@mail.gmail.com \
--to=samologist@gmail.com \
--cc=elwood151@web.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).