From: Sacha Chua <sacha@sachachua.com>
To: emacs-orgmode@gnu.org
Subject: Re: Sorting nodes by clocked time
Date: Thu, 17 Apr 2014 20:09:37 -0400 [thread overview]
Message-ID: <86k3an8pmm.fsf@sachachua.com> (raw)
In-Reply-To: CA+Y+446tJ4Bk1tTSjmWXPwyjKdYULziGpgTQABn=H_2497KwFg@mail.gmail.com
Noah Slater <nslater@tumbolia.org> writes:
Hello, Noah, all!
> Using this a bit, it doesn't quite do what I want it to do.
> Is there any way to sort recursively?
> At the moment, calling org-sort-entries on the whole buffer only sorts the
> top level nodes.
Here's a rather inefficient hack (but hey, it seems to work =) ):
(defun sacha/org-sort-recursively (type)
(org-map-entries
(lambda ()
(condition-case nil
(org-sort-entries nil type)
(error nil)))))
Call with M-: (sacha/org-sort-recursively ?K) or merge the code into
your own.
Sacha
next prev parent reply other threads:[~2014-04-18 0:10 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-07 16:44 Sorting nodes by clocked time Noah Slater
2014-04-17 8:33 ` Bastien
2014-04-17 10:39 ` Noah Slater
2014-04-17 10:41 ` Noah Slater
2014-04-17 11:00 ` Bastien
2014-04-17 10:55 ` Bastien
2014-04-17 10:57 ` Noah Slater
2014-04-17 11:00 ` Bastien
2014-04-17 11:02 ` Noah Slater
2014-04-17 11:20 ` Bastien
2014-04-17 11:33 ` Noah Slater
2014-04-17 11:55 ` Bastien
2014-04-17 12:02 ` Noah Slater
2014-04-17 12:20 ` Noah Slater
2014-04-17 12:25 ` Bastien
2014-04-17 12:26 ` Bastien
2014-04-17 12:34 ` Noah Slater
2014-04-17 12:45 ` Noah Slater
2014-04-17 14:42 ` Noah Slater
2014-04-17 15:05 ` Bastien
2014-04-18 0:09 ` Sacha Chua [this message]
2014-04-20 9:48 ` Noah Slater
2014-04-17 14:45 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86k3an8pmm.fsf@sachachua.com \
--to=sacha@sachachua.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).