emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Can I get match count?


From: Matt Lundin
Subject: Re: [O] Can I get match count?
Date: Tue, 26 Apr 2011 22:50:20 -0400
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

Osamu OKANO <address@hidden> writes:

> I' like to know a count of search results.
> (message
>  "You have %s habits which are out of date."
>  (org-agenda-match-count
>   (tags-todo "STYLE=\"habit\"+SCHEDULED<=\"<now>\"")))
> Is there any way?
>

You could use org-map-entries to count the number of occurrences:

(length 
 (org-map-entries t "STYLE=\"habit\"+SCHEDULED<=\"<now>\"" 'agenda))

Best,
Matt




reply via email to

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