Sharon Kimble <boudic...@talktalk.net> 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