From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-parse-time-string et al hit recursion limit [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)] Date: Thu, 28 Jun 2018 22:41:24 +0200 Message-ID: <87vaa2y77v.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYdjQ-0003rR-Mi for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 16:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYdjL-0004Vn-Qv for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 16:41:32 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:48299) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fYdjL-0004T7-KL for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 16:41:27 -0400 In-Reply-To: (Allen Li's message of "Wed, 1 Nov 2017 21:42:36 -0700") 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: Allen Li Cc: emacs-orgmode@gnu.org Hello, Allen Li writes: > Running (org-parse-time-string "<@@@>") results in hitting max-lisp-eval-depth > > org-parse-time-string calls org-matcher-time calls org-2ft calls > org-parse-time-string > > There is a condition-case in org-2ft that catches the error and > returns 0, but it would be nice if this wasn't implemented via hitting > the recursion limit. Fixed. Thank you. Regards, -- Nicolas Goaziou