org-toggl-py icon indicating copy to clipboard operation
org-toggl-py copied to clipboard

Lisp nesting exceeds ‘max-lisp-eval-depth’

Open iT-Boyer opened this issue 4 years ago • 2 comments

iT-Boyer avatar Dec 15 '20 11:12 iT-Boyer

Hi! I think I'd need more information to investigate this.

I'm assuming you encountered this in (org-export-json) as there isn't much elisp in this repo. org-element-map recursively parses the current org buffer - there are probably circumstances where this can exhaust the stack.

Can you provide steps to reproduce? Eg. an org-mode file.

mattduck avatar Dec 16 '20 19:12 mattduck

YES, i run this command by readme.

./org-toggl.sh $dotfiles/toggl/env.org ~/gtd.org
Exporting to JSON: /Users/me/gtd.org
Lisp nesting exceeds ‘max-lisp-eval-depth’

iT-Boyer avatar Dec 17 '20 02:12 iT-Boyer