From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: 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: Wed, 1 Nov 2017 21:42:36 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eA7Kw-0001rR-Tw for emacs-orgmode@gnu.org; Thu, 02 Nov 2017 00:42:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eA7Kw-0004fN-65 for emacs-orgmode@gnu.org; Thu, 02 Nov 2017 00:42:38 -0400 Received: from mail-pg0-x234.google.com ([2607:f8b0:400e:c05::234]:46962) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eA7Kv-0004f9-Vg for emacs-orgmode@gnu.org; Thu, 02 Nov 2017 00:42:38 -0400 Received: by mail-pg0-x234.google.com with SMTP id k7so4032316pga.3 for ; Wed, 01 Nov 2017 21:42:37 -0700 (PDT) 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 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.