Re: [O] 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/)]

2018-06-28 Thread Nicolas Goaziou
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

[O] 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/)]

2017-11-01 Thread Allen Li
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