[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] capture append entries, not prepend
From: |
Nick Dokos |
Subject: |
Re: [O] capture append entries, not prepend |
Date: |
Sat, 25 Jul 2015 11:00:08 -0400 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Manuel Koell <address@hidden> 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