From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Koell Subject: capture append entries, not prepend Date: Sat, 25 Jul 2015 11:01:12 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1c058be7814051baf5c31 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIvKV-0006j4-Ow for emacs-orgmode@gnu.org; Sat, 25 Jul 2015 05:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIvKU-0001N5-NH for emacs-orgmode@gnu.org; Sat, 25 Jul 2015 05:01:15 -0400 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:33297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIvKU-0001Mv-FX for emacs-orgmode@gnu.org; Sat, 25 Jul 2015 05:01:14 -0400 Received: by pdbnt7 with SMTP id nt7so25139966pdb.0 for ; Sat, 25 Jul 2015 02:01:13 -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 --e89a8ff1c058be7814051baf5c31 Content-Type: text/plain; charset=UTF-8 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. --e89a8ff1c058be7814051baf5c31 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I've a capture= template like this:

=C2=A0'(org-capture-templates
=C2=A0=C2= =A0 (quote
=C2=A0=C2=A0=C2=A0 (("j" "Journal" plain<= br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file+datetree "~/org/journal.org")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &= quot;**** %?" :unnarrowed t)...

Current behaviour:
* 2015
** 2015-07 July
*** 2015-07-24 Friday<= br>
**** 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= 9;t set the 'prepend' key and also tried to set 'org-reverse-no= tes-order' to always.


--e89a8ff1c058be7814051baf5c31--