emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda Help
@ 2014-11-11 18:56 Subhan Michael Tindall
  0 siblings, 0 replies; only message in thread
From: Subhan Michael Tindall @ 2014-11-11 18:56 UTC (permalink / raw)
  To: 'emacs-orgmode@gnu.org'

[-- Attachment #1: Type: text/plain, Size: 2074 bytes --]

I've been trying to work out a particular agenda for some time now.  Due to some known bugs in sorting with IA time stamps in some of the commands, I've been forced to branch a little abroad. I've got most of things worked out, but need a little guidance on the last remaining piece.

Here's the 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-sorting-strategy (quote (tsia-down todo-state-down)))

Some, but not all, headlines have a 'LastWorked' property holding an IA time stamp
Some, but not all, headlines with a 'LastWorked' property have a 'TODO' status IE meetings get an active datestamp but not a TODO status,
And have a 'LastWorked' property based on when meeting occurred.

The above command will pick up all the headlines with a TODO status and a LastWorked Property, sort by LastWorked, and displayed.
This is great.
What I also need is a way to pick up ALL headlines with a LastWorked Property, including headlines with closed TODO stati (IE DONE)
Using the 's' type agenda picks up all the right items, but the sort on 'LastWorked' fails

Any ideas?

Subhan


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.

[-- Attachment #2: Type: text/html, Size: 5916 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-11 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 18:56 Agenda Help Subhan Michael Tindall

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).