From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Sort error [9.0.9 (9.0.9-88-g251f88-elpa @ /home/someone/.emacs.d/elpa/org-20170821/)] Date: Sat, 02 Sep 2017 20:12:39 -0500 Message-ID: <87shg4egag.fsf@alphapapa.net> References: <87d17eqatr.fsf@nicolasgoaziou.fr> <87r2vpg4wu.fsf@alphapapa.net> <87o9qt1qm0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doJTO-00034T-1d for emacs-orgmode@gnu.org; Sat, 02 Sep 2017 21:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doJTJ-0006c5-BK for emacs-orgmode@gnu.org; Sat, 02 Sep 2017 21:13:14 -0400 Received: from [195.159.176.226] (port=37053 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doJTJ-0006bd-4j for emacs-orgmode@gnu.org; Sat, 02 Sep 2017 21:13:09 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1doJT2-0007vj-RG for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 03:12:52 +0200 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: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Adam Porter writes: > >> Curious, I see that the functions org-clocking-buffer and >> org-clock-is-active are identical. Should one of these be a deprecated >> alias? > > Indeed, I noticed the same. > > This could be a first step, but we should also move all "org-clock-" > prefixed variables and functions (around line 4518 in "org.el") in > "org-clock.el", for clarity. There's no reason to have them clutter > "org.el". > > Do you want to have a stab at it? Yeah, I thought it was strange that they weren't in org-clock.el. I'll put this on my todo list, but I probably won't get to it soon. :) Thanks.