emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-sort random


From: Kyle Meyer
Subject: Re: org-sort random
Date: Tue, 23 Nov 2021 00:08:22 -0500

(Please don't drop the list.)

Vikas Rawal writes:

> That is, just press RET?

I think that depends on the completion framework.  With the default
completion, yes, I think RET should do it.  With ivy, it's instead
ivy-immediate-done (C-M-j).  I'm not sure offhand about other
frameworks.

> If I do that, it just reverses the existing order. No randomisation
> happens.

Dunno.  Seems to work on my end (release_9.5.1-188-g27f26f782).

    * h
    ** a
    ** b
    ** c
    ** d
    ** e
    ** f
    ** g
    ** h
    ** i
    ** j
    ** k
    ** l

With point on h and vanilla Emacs:

- C-c ^ f
- random
- RET

    * h
    ** f
    ** e
    ** h
    ** i
    ** g
    ** j
    ** k
    ** b
    ** c
    ** d
    ** a
    ** l



reply via email to

[Prev in Thread] Current Thread [Next in Thread]