From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Sorting nodes by clocked time Date: Thu, 17 Apr 2014 13:00:22 +0200 Message-ID: <87eh0w2pbt.fsf@bzg.ath.cx> References: <87zjjk5p9q.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wak3o-0006x6-8J for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wak3P-0003F4-H8 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:00:52 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:48856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wak3P-0003F0-6K for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:00:27 -0400 Received: by mail-we0-f175.google.com with SMTP id q58so279502wes.34 for ; Thu, 17 Apr 2014 04:00:26 -0700 (PDT) In-Reply-To: (Noah Slater's message of "Thu, 17 Apr 2014 12:41:40 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noah Slater Cc: emacs-orgmode@gnu.org Noah Slater writes: > Also, something I was hoping to look at was that when I sort, it > expand all the nodes, including all of the :LOGBOOK: draws. (add-hook 'org-after-sorting-entries-or-items-hook (lambda() (org-cycle-hide-drawers 'children))) should od. -- Bastien