From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolai Weibull Subject: Re: org-agenda-insert-diary-make-new-entry adds entry as first child? Date: Fri, 30 May 2014 16:02:17 +0200 Message-ID: References: <87vbsnmpqo.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqNNz-00014D-Sv for emacs-orgmode@gnu.org; Fri, 30 May 2014 10:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqNNy-0000Fa-Gq for emacs-orgmode@gnu.org; Fri, 30 May 2014 10:02:19 -0400 In-Reply-To: <87vbsnmpqo.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On Fri, May 30, 2014 at 2:10 PM, Bastien wrote: > Nikolai Weibull 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=E2=80=99s addi= ng it >> as the first child instead. (My org-agenda-insert-diary-strategy is >> 'date-tree.) > > I fixed the docstring, thanks. Wouldn=E2=80=99t it be better to fix the function? I=E2=80=99m thinking th= at you probably want entries added later during the day to appear later in the file, right? (I=E2=80=99m asking before I consider writing a patch.) Thanks!