From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: org-today broken Date: Thu, 31 Jan 2019 23:12:56 -0500 Message-ID: <874l9o9mev.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpQCP-0003Vy-Np for emacs-orgmode@gnu.org; Thu, 31 Jan 2019 23:13:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpQCO-0004cq-7N for emacs-orgmode@gnu.org; Thu, 31 Jan 2019 23:13:05 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:57275) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gpQCN-0004bt-PA for emacs-orgmode@gnu.org; Thu, 31 Jan 2019 23:13:04 -0500 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" To: Samuel Wales , emacs-orgmode@gnu.org Samuel Wales writes: > recent versions of maint and probably master have nil instead of > current time in org-today. > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > time-subtract(nil (0 0 0)) > org-today() > (message "org today is %s" (org-today)) Thanks for the report. I introduced this and a handful of other related incompatibilities with my port of Emacs's c75f505de. I've reverted the problematic spots. -- Kyle