From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Feature-request & documentation request for org-datetree Date: Wed, 1 Sep 2010 13:44:55 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=54804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqlkj-0000CC-Qy for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 07:45:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oqlki-0007aD-Nd for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 07:45:17 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:53471) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oqlki-0007a3-Ko for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 07:45:16 -0400 Received: by gyf3 with SMTP id 3so4425595gyf.0 for ; Wed, 01 Sep 2010 04:45:15 -0700 (PDT) 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: org-mode 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? regards, Tim.