From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: sorting TODO items? Date: Mon, 03 Mar 2014 07:58:55 -0600 Message-ID: <87zjl7mli8.fsf@fastmail.fm> References: <20140303131928.5c11f90b@london> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKTTO-00086b-EO for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKTTJ-0001yU-B5 for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:04:02 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:48307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKTOT-00009u-W8 for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 08:58:58 -0500 In-Reply-To: <20140303131928.5c11f90b@london> (Sharon Kimble's message of "Mon, 3 Mar 2014 13:19:28 +0000") 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: Sharon Kimble Cc: org-mode Sharon Kimble writes: > I'm using C-c S-^ to sort my checkboxes very nicely and easily, but > how do I do it to sort my TODO items please? I've been looking in the > org-mode manual but can't see how to do it. If you call org-sort (C-c ^) on a heading, it will give options for sorting all the subheadings. If you call org-sort at the top of the file (i.e., while not on a heading), it will sort all the first-level headings in the file. Matt