From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Old org.el ending up in current tar packages? Date: Wed, 23 Aug 2017 09:51:44 -0500 Message-ID: <87h8wygwvz.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkX0m-0000cR-NI for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 10:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkX0i-0001IN-RW for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 10:52:04 -0400 Received: from [195.159.176.226] (port=58627 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkX0i-0001I7-L6 for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 10:52:00 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dkX0V-0005jN-GX for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 16:51:47 +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 It seems that org.el in org-20170821.tar is out of date. Sharon Kimble noticed that something was wrong, and after much digging, we found that org-clock.el has been updated to have calls to org-time-string-to-seconds with 2 arguments, but the function definition in org.el only takes 1 argument. This is very strange, because the addition of the extra arg to org-time-string-to-seconds was made back on July 7, and that introduced a bug which was fixed in org-clock.el on August 5, yet the tarball from August 21 has the pre-July 7 org-time-string-to-seconds function. See https://github.com/Fuco1/org-clock-budget/issues/5#issuecomment-324331793 for more details.