emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Agenda view and timestamps


From: julien cubizolles
Subject: [Orgmode] Re: Agenda view and timestamps
Date: Mon, 30 Aug 2010 14:34:39 +0200

Le lundi 23 août 2010 à 22:30 -0400, Matt Lundin a écrit :
> Hi Julien,

> Another solution is to use the variable org-agenda-entry-types. This is
> slightly more efficient, since it searches solely for timestamps when
> creating the agenda, rather than considering all agenda types and then
> filtering out everything that is not a timestamp.
> 
> --8<---------------cut here---------------start------------->8---
> (setq org-agenda-custom-commands
>        '(("d" "With timestamps" agenda "List of tasks with a timestamp"
>         ((org-agenda-entry-types '(:timestamp))))))
> --8<---------------cut here---------------end--------------->8---

It works, thanks a lot. I don't know how I missed org-agenda-entry-types
while reading the doc.

Julien.





reply via email to

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