emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Noah Slater <nslater@tumbolia.org>
To: Sacha Chua <sacha@sachachua.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Sorting nodes by clocked time
Date: Sun, 20 Apr 2014 11:48:25 +0200	[thread overview]
Message-ID: <CA+Y+4464AyZqsMXRFyDhYzeDc7yY7HqUwGboyhuKJpVnyNrYuA@mail.gmail.com> (raw)
In-Reply-To: <86k3an8pmm.fsf@sachachua.com>

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]

Thanks Sacha, that's great!


On 18 April 2014 02:09, Sacha Chua <sacha@sachachua.com> wrote:

> 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
>
>
>

[-- Attachment #2: Type: text/html, Size: 1306 bytes --]

  reply	other threads:[~2014-04-20  9:48 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
2014-04-20  9:48                               ` Noah Slater [this message]
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=CA+Y+4464AyZqsMXRFyDhYzeDc7yY7HqUwGboyhuKJpVnyNrYuA@mail.gmail.com \
    --to=nslater@tumbolia.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=sacha@sachachua.com \
    /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).