From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Fwd: "org-sort" doesn't work properly on active region Date: Wed, 9 Nov 2011 14:19:02 -0500 Message-ID: References: <5300.1320863002@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RODfs-0001KK-Az for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 14:19:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RODfr-0004U2-Cf for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 14:19:04 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:46429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RODfr-0004Ts-7z for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 14:19:03 -0500 Received: by vcbfo11 with SMTP id fo11so738358vcb.0 for ; Wed, 09 Nov 2011 11:19:02 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >> When using "org-sort" on a selected region, it doesn't work properly, I expected >> it to sort all the headlines in the region, however, not only does the region >> get sorted but also, the headlines get sorted are being combinded into one line >> which I don't think is correct. Hopefully somebody will take a look on >> this issue. >> > > Can't reproduce it with Org-mode version 7.7 (release_7.7.513.g2a5877) > > Please provide emacs version, org-mode version, an ECM (minimal example file) > and the steps you follow *in detail*. Thanks for the reply, my emacs version is v23.3.1, I'm using the org-mode from git, commit "a4273c" (probably the latest). York