From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Inverting the chronology of LOGBOOK entries Date: Thu, 05 Apr 2018 17:02:24 -0700 Message-ID: <878ta1qk1b.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4EsN-0008Ol-Hv for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 20:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4EsI-0006Vr-Ji for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 20:05:07 -0400 Received: from [195.159.176.226] (port=34787 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f4EsI-0006VI-Bg for emacs-orgmode@gnu.org; Thu, 05 Apr 2018 20:05:02 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1f4EqA-0007jR-9A for emacs-orgmode@gnu.org; Fri, 06 Apr 2018 02:02:50 +0200 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" To: emacs-orgmode@gnu.org "Mitchell Roe" writes: > Hello, > > I have a few different things going into my LOGBOOKs (i.e. TODO state > changes, notes from ~org-add-note~, and =CLOCK= entries from > ~org-clock-in~ and ~org-clock-out~). > > These entries are /prepended/ to the LOGBOOK, which results in a > /descending/ chronological order. I would like to know if it is > possible to configure org to /append/ them to the LOGBOOK instead, which > would result in an /ascending/ chronological order. Probably org-log-states-order-reversed?