From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: capture append entries, not prepend Date: Sat, 25 Jul 2015 11:00:08 -0400 Message-ID: <87io98mgef.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJ0wD-0000qW-IM for emacs-orgmode@gnu.org; Sat, 25 Jul 2015 11:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJ0w9-0003fF-HE for emacs-orgmode@gnu.org; Sat, 25 Jul 2015 11:00:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:35754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJ0w9-0003f1-7g for emacs-orgmode@gnu.org; Sat, 25 Jul 2015 11:00:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZJ0w4-00079w-8E for emacs-orgmode@gnu.org; Sat, 25 Jul 2015 17:00:24 +0200 Received: from pool-108-20-41-47.bstnma.fios.verizon.net ([108.20.41.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Jul 2015 17:00:24 +0200 Received: from ndokos by pool-108-20-41-47.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Jul 2015 17:00:24 +0200 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 Manuel Koell writes: > I've a capture template like this: > >  '(org-capture-templates >    (quote >     (("j" "Journal" plain >       (file+datetree "~/org/journal.org") >       "**** %?" :unnarrowed t)... > > Current behaviour: > > * 2015 > ** 2015-07 July > *** 2015-07-24 Friday > **** 3rd entry bla bla bla > **** 2nd entry foo bar > **** 1st entry test > > Expected behaviour: > > * 2015 > ** 2015-07 July > *** 2015-07-24 Friday > **** 1st entry test > **** 2nd entry foo bar > **** 3rd entry bla bla bla > > I didn't set the 'prepend' key and also tried to set 'org-reverse-notes-order' to always. > I don't think you can do what you want: datetrees are always in the first form. They don't obey :prepend or reverse notes order. Not that it cannot be done, but the design has to be changed: "it's not a bug, it's a feature". -- Nick