From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to extract TODOs from date-tree Date: Tue, 28 Oct 2014 22:59:59 -0400 Message-ID: <87a94fbmxc.fsf@pierrot.dokosmarshall.org> References: <87ioj4cdd5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjJUj-0004kC-PX for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 23:00:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjJUc-00056I-9H for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 23:00:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:47705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjJUc-00056C-2v for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 23:00:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjJUZ-0007Ow-RS for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 04:00:11 +0100 Received: from pool-108-20-41-17.bstnma.fios.verizon.net ([108.20.41.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 04:00:11 +0100 Received: from ndokos by pool-108-20-41-17.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 04:00:11 +0100 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: emacs-orgmode@gnu.org Thorsten Jolitz writes: > Jay Iyer writes: > >> Hi Thorsten, >> The file entries are as follows and the task/note/project sub-heads generally don't have active/inactive timestamps except when a scheduling/deadline is specified. Thanks. >> ** 2014-10 October >> *** 2014-10-01 Wednesday >> **** TODO first task >> **** General note entry >> **** Project :prj: > > I just read the term 'datetree' again in another post, maybe I'm not > up-to-date and it is idiomatic Org-mode use, then sorry for the noise ... I don't think it's well documented (I couldn't find a reference in the manual) or well supported. org-capture does provide for it (see the doc for org-capture-templates) but afaict that's the only significant use of it - org-agend uses it for diary-related stuff and org-archive has to be able to archive it and that's it. The (rather thin) support for it is in org-datetree.el. If there are use cases out there, it might be worth collecting them and then thinking about how to support them better. If there aren't, maybe it should be thrown out. -- Nick