From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Feature-request & documentation request for org-datetree Date: Wed, 01 Sep 2010 14:56:14 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54921 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqmrg-0003hq-7a for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 08:56:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oqmre-0003A7-QB for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 08:56:32 -0400 Received: from lo.gmane.org ([80.91.229.12]:49995) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oqmre-0003A1-Ko for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 08:56:30 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oqmrc-0005dB-KL for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 14:56:28 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 14:56:28 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 14:56:28 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Tim O'Callaghan" writes: > Hi, > > I've been poking about trying to understand org-date tree, as It is > essentially an undocumented feature at the moment. am i right in my > understanding that it is only meant as a refile-target structure? > > The feature request is to allow the use of ISO week numbers to > structure the year rather than Months. > > so a structure something like: > * 2010 > *** 2010-W35 > ***** 2010-08-30 Monday > ***** 2010-08-31 Tuesday > ***** 2010-09-01 Wednesday > ***** 2010-09-02 Thursday > ***** 2010-08-03 Friday > ***** 2010-08-04 Saturday > ***** 2010-08-05 Sunday > > The week heading is based on the ISO representation, > (http://www.iso.org/iso/date_and_time_format) though i guess some > variant on the ISO week heading might look be better. > > what other use can it be used for? how are other people using it? > For me its one of the best features since I use org as a journal for pretty much everything. My org-capture-templates entry for my journal creation (also my org-protocol-default-template-key) is ("j" "Journal" entry (file+datetree "journal.org") "* %T %?\n %i\n %a") So bottom line is, I use it for direct filing and not just a refile target. A super feature. The %T meaning of course in my agenda I see the date and time a journal item is added "in place" even if I then reschedule it and refile it at a later date.