On Fri, May 30, 2014 at 2:10 PM, Bastien <b...@gnu.org> wrote: > Nikolai Weibull <n...@disu.se> writes: > >> The documentation for org-agenda-insert-diary-make-new-entry says that >> it adds the entry as the last child, but it seems that it’s adding it >> as the first child instead. (My org-agenda-insert-diary-strategy is >> 'date-tree.) > > I fixed the docstring, thanks.
Wouldn’t it be better to fix the function? I’m thinking that you probably want entries added later during the day to appear later in the file, right? (I’m asking before I consider writing a patch.) Thanks!