From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Re: Feature Request: Assort a subtree randomly ? Date: Wed, 02 Feb 2011 12:55:48 -0500 Message-ID: <87ei7qjp7f.fsf@fastmail.fm> References: <87lj23ai0y.fsf@fastmail.fm> <8739o6mo9v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=56325 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pkgvr-0005bQ-Bd for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 12:56:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pkgvm-0003eE-8L for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 12:55:55 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:41120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pkgvm-0003dz-5o for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 12:55:50 -0500 In-Reply-To: <8739o6mo9v.fsf@gnu.org> (Bastien's message of "Wed, 02 Feb 2011 16:47:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: org-mode Bastien writes: > Hi Alan, > > Matt Lundin writes: > >> (defun my-org-random-sort () >> (random 1000)) >> >> Then on the appropriate subtree/table/list, type: >> >> C-c ^ f my-org-random-sort > > Actually I just found out that C-c ^ f random RET works fine too! Thanks for the tip. Much more elegant. Best, Matt