emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Noah Slater <nslater@tumbolia.org>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Sorting nodes by clocked time
Date: Thu, 17 Apr 2014 14:02:15 +0200	[thread overview]
Message-ID: <CA+Y+446Mkts1Tp4U-8nyP8hgKoZXidVCJxs6udBf9v47_isuEA@mail.gmail.com> (raw)
In-Reply-To: <87mwfkb26u.fsf@bzg.ath.cx>

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

Okay, wow. Thanks for writing that. Do you have a Gittip or something? I
would love to support your OSS work in some way or otherwise show my
gratitude beyond words in an email!

Anyway. I tried your function and it works. But afterwards, the node is
completely folded. So I added (org-cycle) to the sequence of functions
inside save-restriction. That seems to work, but I'm no elisp/Org pro. Is
this how you would have done it?


On 17 April 2014 13:55, Bastien <bzg@gnu.org> wrote:

> Noah Slater <nslater@tumbolia.org> writes:
>
> > Okay, that seem to work.
> >
> > But I'm not able to get this work:
> >
> > (add-hook 'org-after-sorting-entries-or-items-hook
> >           (lambda() (org-cycle-hide-drawers 'children)))
> >
> > After running the sort, all the LOGBOOK draws are still open.
>
> Try this:
>
> (defun my-hide-all-drawers-in-current-subtree ()
>   "Hide all drawers in the current subtree."
>   (save-restriction
>     (org-narrow-to-subtree)
>     (org-cycle-hide-drawers 'all)
>     (org-cycle-internal-local)))
>
> (add-hook 'org-after-sorting-entries-or-items-hook
>           'my-hide-all-drawers-in-current-subtree)
>
> > I'm also thinking: even if this closes the logbook draws, all the
> > nodes will be unfolded. But my node tree is quite large. Is it be
> > possible to refold all the nodes after n-levels?
> >
> > So let's say I have:
> >
> > * Level 1
> > ** Level 2
> > *** Level 3
> >
> > If I move the point to Level 1 and sort, I'd like it fold all Level 2
> > items, but leave Level 1 unfolded.
>
> You can fix the cycling through the hook above.
>
> HTH,
>
> --
>  Bastien
>

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

  reply	other threads:[~2014-04-17 12:02 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 [this message]
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
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+446Mkts1Tp4U-8nyP8hgKoZXidVCJxs6udBf9v47_isuEA@mail.gmail.com \
    --to=nslater@tumbolia.org \
    --cc=bzg@gnu.org \
    --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).