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.