From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug: org-table-sort-lines does only case sensitive alphabetical sorting Date: Wed, 04 Jul 2018 18:16:01 +0200 Message-ID: <87sh4zrn7i.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fakRt-0002rg-JP for emacs-orgmode@gnu.org; Wed, 04 Jul 2018 12:16:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fakRp-0006bg-Gd for emacs-orgmode@gnu.org; Wed, 04 Jul 2018 12:16:09 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:55413) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fakRp-0006ap-A8 for emacs-orgmode@gnu.org; Wed, 04 Jul 2018 12:16:05 -0400 In-Reply-To: (Heikki Lehvaslaiho's message of "Tue, 3 Jul 2018 12:21:32 +0300") 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" To: Heikki Lehvaslaiho Cc: emacs-orgmode@gnu.org Hello, Heikki Lehvaslaiho writes: > org-sort has an optional argument with-case. By default its sorting ignores > the case. When org-sort is called within a table, it calls > org-table-sort-line with the argument. org-table-sort-line defines a let > variable sort-fold-case (not with-case) but fails to use either variable > when sorting and always sorts with case. IIRC, it was fixed in master branch. Could you test it? Thank you. Regards, -- Nicolas Goaziou