I have the following custom agenda command
("Z" "Last Worked skip" ((alltodo "" ((org-agenda-skip-function
(lambda nil (org-agenda-skip-entry-if (quote notregexp) "\\:LastWorked\\:")))
(org-agenda-sticky nil)
(org-agenda-view-columns-initially t)
(org-agenda-sorting-strategy (quote (tsia-down
todo-state-down)))))))
Each item worked has a property that is automatically set to the last time it
was worked (:LastWorked:)
As-is, this works OK, and shows all non-closed headlines with a :LastWorked:
property
What I'd like to do is limit this to only show say the 10 most recently worked
items.
Can't seem to find a way to do this.
Any ideas? This limit needs to happen after the sort.
This message is intended for the sole use of the individual and entity to which
it is addressed and may contain information that is privileged, confidential
and exempt from disclosure under applicable law. If you are not the intended
addressee, nor authorized to receive for the intended addressee, you are hereby
notified that you may not use, copy, disclose or distribute to anyone the
message or any information contained in the message. If you have received this
message in error, please immediately advise the sender by reply email and
delete the message. Thank you.