From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Schrempf Subject: [Capture] Monthly/weekly date tree Date: Mon, 05 Feb 2018 11:18:51 +0100 Message-ID: <878tc768ok.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eidrX-0002KZ-F7 for emacs-orgmode@gnu.org; Mon, 05 Feb 2018 05:19:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eidrS-0000vS-HG for emacs-orgmode@gnu.org; Mon, 05 Feb 2018 05:18:59 -0500 Received: from mail-wr0-x236.google.com ([2a00:1450:400c:c0c::236]:33725) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eidrS-0000v0-9c for emacs-orgmode@gnu.org; Mon, 05 Feb 2018 05:18:54 -0500 Received: by mail-wr0-x236.google.com with SMTP id s5so28994778wra.0 for ; Mon, 05 Feb 2018 02:18:54 -0800 (PST) Received: from localhost (lull.cibiv.univie.ac.at. [131.130.80.158]) by smtp.gmail.com with ESMTPSA id 39sm6802509wrz.85.2018.02.05.02.18.52 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 05 Feb 2018 02:18:52 -0800 (PST) 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" To: "emacs-orgmode@gnu.org" Hello, I am interested in a capture template that creates date trees collected into months (or weeks as another possibility). The reason is that creating a headline for each day (=file+old+datetree=) is too precise for my use cases and hides information in unnecessarily deep headlines. An example: : * 2017 : ** 2017-11 November : *** An interesting captured headline : With some very interesting details. : * 2018 : ** 2018-02 February : *** Another headline which has been captured : And so on. : *** Another one : --> The newly captured headline should be appended here Is this feature already available or how could I imitate this feature? If not, would you be positive towards a possible pull request from my side (would take me a while because I am not a lisp expert)? Thanks, Dominik