From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Sort by Inactive Timestamp Date: Fri, 7 Dec 2012 10:41:30 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93b601438f89804d045e31d Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th0za-0001g8-3b for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 11:41:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th0zT-0008Lo-PS for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 11:41:37 -0500 Received: from mail-ob0-f169.google.com ([209.85.214.169]:38879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th0zT-0008Lf-Iy for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 11:41:31 -0500 Received: by mail-ob0-f169.google.com with SMTP id v19so255214obq.0 for ; Fri, 07 Dec 2012 08:41:30 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Mickey Cc: emacs-orgmode Org-Mode --14dae93b601438f89804d045e31d Content-Type: text/plain; charset=UTF-8 On Thu, Dec 6, 2012 at 4:13 PM, Jeff Mickey wrote: > Hey Org mailing list! > > So, I have been using org for years (2006?) now, absolutely adore it. > The generic org-export in contrib really excites me as well, I want to > try and write an org-e-mediawiki.el after I learn some more about > org's implementation. > > However.. my current issue: I'd like to sort my todo's by when I > entered them. So in my capture template I put an inactive timestamp at > the bottom, so my headlines look something like: > > --8<---------------cut here---------------start------------->8--- > * Todo > ** TODO call mom > - Ask about christmas > - Talk about Dad > - See if she bought a dog > > [2012-12-05 Wed 16:36] > ** TODO Yet another thing > [2012-12-05 Wed 16:37] > --8<---------------cut here---------------end--------------->8--- > > I'd love to have a way to bring up the agenda and have it sorted by > this ctime I'm manually inserting. Do people have suggestions on the > best way to support this? > > Two thoughts: 1) I recently requested a feature addition like this for sparse trees and Bastian quickly and awesomely added it: - http://comments.gmane.org/gmane.emacs.orgmode/55501 I wonder if something similar could be added to agenda to allow for what you want? 2) On that note, have you looked at the agenda log mode? It seems that it's nearly got what you're looking for, except at the moment it only allows for things with inactive time stamps that are todo state changes, clocked, or have been marked done. Perhaps log mode could have a "journal" mode in which all time stamped items are extracted? I'm thinking someone will have to add a tweak to current functionality. There's a bit I found when googling that org-mode can sort by timestamps -- I'm assuming this means to rearrange actual headlines in the file, which is probably not what you want. Perhaps the build in sorting combined with the above could get you the view you're looking for. Best regards, John > Maybe add a property to my TODOs that is this creation time? > Has anyone else done something similar to this using > org-agenda-cmp-user-defined? > > ... is this the wrong place to ask this question? > > I appreciate any and all help! > > // jeff > > --14dae93b601438f89804d045e31d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Thu, Dec 6, 2012 at 4:13 PM, Jeff Mic= key <j@codemac.net> wrote:
Hey Org mailing list!

So, I have been using org for years (2006?) now, absolutely adore it.
The generic org-export in contrib really excites me as well, I want to
try and write an org-e-mediawiki.el after I learn some more about
org's implementation.

However.. my current issue: I'd like to sort my todo's by when I entered them. So in my capture template I put an inactive timestamp at
the bottom, so my headlines look something like:

--8<---------------cut here---------------start------------->8---
* Todo
** TODO call mom
- Ask about christmas
- Talk about Dad
- See if she bought a dog

=C2=A0 =C2=A0[2012-12-05 Wed 16:36]
** TODO Yet another thing
=C2=A0 =C2=A0[2012-12-05 Wed 16:37]
--8<---------------cut here---------------end--------------->8---

I'd love to have a way to bring up the agenda and have it sorted by
this ctime I'm manually inserting. Do people have suggestions on the best way to support this?


Two thoughts:

1) I recently requested a feature addition like this for sparse trees and = Bastian quickly and awesomely added it:

I wonder if something similar could be added to agenda = to allow for what you want?

2) On that note, have = you looked at the agenda log mode? It seems that it's nearly got what y= ou're looking for, except at the moment it only allows for things with = inactive time stamps that are todo state changes, clocked, or have been mar= ked done.

Perhaps log mode could have a "journal" mode = in which all time stamped items are extracted?

I'm thinking someone will have to add a tweak to current fu= nctionality. There's a bit I found when googling that org-mode can sort= by timestamps -- I'm assuming this means to rearrange actual headlines= in the file, which is probably not what you want. Perhaps the build in sor= ting combined with the above could get you the view you're looking for.=


Best regards,
John
<= br>
=C2=A0
Maybe add a property to my TODOs that is this creation time?
Has anyone else done something similar to this using
org-agenda-cmp-user-defined?

... is this the wrong place to ask this question?

I appreciate any and all help!

=C2=A0 // =C2=A0jeff


--14dae93b601438f89804d045e31d--