[O] capture append entries, not prepend

2015-07-25 Thread Manuel Koell
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 e

Re: [O] capture append entries, not prepend

2015-07-25 Thread Nick Dokos
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 ent

Re: [O] capture append entries, not prepend

2015-07-25 Thread Manuel Koell
Thank you, Nick. I didn't know this is a feature. It is usual for me to go from top to bottom. So the only way to accomplish this order would be to use file+headline or file+olp? 2015-07-25 17:00 GMT+02:00 Nick Dokos : > Manuel Koell writes: > > > I've a capture template like this: > > > > '(o