From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: [RFC] defcustom sorting-type Date: Wed, 23 Oct 2013 09:40:00 +0200 Message-ID: <52677D50.6070504@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYt0i-000408-4a for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 03:37:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYt0a-0000a8-O5 for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 03:37:43 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:53206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYt0a-0000ZY-Dy for emacs-orgmode@gnu.org; Wed, 23 Oct 2013 03:37:36 -0400 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 In docstring of `org-sort-entries' it's told "The command prompts for the sorting type unless it has been given to the function through the SORTING-TYPE argument, which needs to be a character, \(?n ?N ?a ?A ?t ?T ?s ?S ?d ?D ?p ?P ?o ?O ?r ?R ?f ?F)." Suggest to extend it somehow like that way "... through the SORTING-TYPE argument, resp. customized `sorting-type',..." Which means `sorting-type' would need a defcustom. Thus the user isn't prompted every time any more. Thanks, Andreas