From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Johansson Subject: Suggestion: Weektree Date: Tue, 01 Oct 2013 12:11:48 +0200 Message-ID: <524A9FE4.1060104@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQwvw-00020N-Sg for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 06:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQwvr-0002KE-Az for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 06:12:00 -0400 Received: from mail-bk0-x22b.google.com ([2a00:1450:4008:c01::22b]:64311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQwvr-0002JD-2k for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 06:11:55 -0400 Received: by mail-bk0-f43.google.com with SMTP id mz13so2614831bkb.30 for ; Tue, 01 Oct 2013 03:11:53 -0700 (PDT) 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 Greetings, It's very nice to keep a journal in a datetree (using the capture mechanism) but for my uses it would actually be even more useful to keep it in a /weektree/. Something like this: * 2013 ** W39 (September 23 - September 29) *** 2013-09-23 Monday **** note 1 **** note 2 *** 2013-09-24 Tuesday *** 2013-09-25 Wednesday ** W52 (December 23 - December 29) *** 2013-09-25 Wednesday **** Christmas, no work done. * 2014 ** W1 (December 30 - January 5) *** 2013-09-31 Tuesday **** New year's eve party! (with names of months and days localised as usual) Motivations: This would keep working weeks together (not broken over month boundaries). At least here in Sweden it's pretty common to refer to weeks by number so this would perhaps be useful for that reason. Problems: My suggestion above uses ISO-weeks (http://en.wikipedia.org/wiki/ISO_week_date), maybe other conventions should also be an option (http://en.wikipedia.org/wiki/Seven-day_week#Week_numbering). Implementation: I tried to see if this could be implemented on top of the datetree code, but as far as I could tell, to much of that mechanism was hardcoded into months etc. The task seemed to difficult for me. If someone else thinks this is a good idea I think there are more people than me that would find it quite useful though. Greetings from Sweden, Anders Johansson