* 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-02 4:42 Allen Li
2018-06-28 20:41 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Allen Li @ 2017-11-02 4:42 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* 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/)]
2017-11-02 4:42 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/)] Allen Li
@ 2018-06-28 20:41 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2018-06-28 20:41 UTC (permalink / raw)
To: Allen Li; +Cc: emacs-orgmode
Hello,
Allen Li <vianchielfaura@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-28 20:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-02 4:42 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/)] Allen Li
2018-06-28 20:41 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).